﻿2026-06-05T18:50:51.5299279Z Current runner version: '2.334.0'
2026-06-05T18:50:51.5303948Z Runner name: 'hfenduleam'
2026-06-05T18:50:51.5304396Z Runner group name: 'Default'
2026-06-05T18:50:51.5304891Z Machine name: 'HFENDULEAM'
2026-06-05T18:50:51.5306906Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T18:50:51.5308249Z Contents: read
2026-06-05T18:50:51.5308602Z Metadata: read
2026-06-05T18:50:51.5308925Z Packages: read
2026-06-05T18:50:51.5309258Z ##[endgroup]
2026-06-05T18:50:51.5310463Z Secret source: Actions
2026-06-05T18:50:51.5311117Z Prepare workflow directory
2026-06-05T18:50:51.5649885Z Prepare all required actions
2026-06-05T18:50:51.5674230Z Getting action download info
2026-06-05T18:50:52.0231289Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T18:50:53.1751391Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-05T18:50:53.2567963Z ##[group]Run actions/checkout@v5
2026-06-05T18:50:53.2568945Z with:
2026-06-05T18:50:53.2569527Z   repository: SaberMage/spt-core
2026-06-05T18:50:53.2575031Z   token: ***
2026-06-05T18:50:53.2575589Z   ssh-strict: true
2026-06-05T18:50:53.2576146Z   ssh-user: git
2026-06-05T18:50:53.2576738Z   persist-credentials: true
2026-06-05T18:50:53.2577345Z   clean: true
2026-06-05T18:50:53.2577895Z   sparse-checkout-cone-mode: true
2026-06-05T18:50:53.2578571Z   fetch-depth: 1
2026-06-05T18:50:53.2579118Z   fetch-tags: false
2026-06-05T18:50:53.2579678Z   show-progress: true
2026-06-05T18:50:53.2580259Z   lfs: false
2026-06-05T18:50:53.2580784Z   submodules: false
2026-06-05T18:50:53.2581363Z   set-safe-directory: true
2026-06-05T18:50:53.2582147Z ##[endgroup]
2026-06-05T18:50:53.9742520Z Syncing repository: SaberMage/spt-core
2026-06-05T18:50:53.9744165Z ##[group]Getting Git version info
2026-06-05T18:50:53.9745081Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T18:50:53.9982935Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T18:50:54.0187932Z git version 2.43.0.windows.1
2026-06-05T18:50:54.0218262Z ##[endgroup]
2026-06-05T18:50:54.0226263Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\850fe90e-13ab-43b4-8624-e10f36fb28d5\.gitconfig'
2026-06-05T18:50:54.0239988Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\850fe90e-13ab-43b4-8624-e10f36fb28d5' before making global git config changes
2026-06-05T18:50:54.0241700Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:50:54.0246780Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T18:50:54.0481505Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T18:50:54.0672216Z https://github.com/SaberMage/spt-core
2026-06-05T18:50:54.0702131Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T18:50:54.0706258Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T18:50:54.0908139Z refs/heads/dev-freeform
2026-06-05T18:50:54.0936336Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T18:50:54.1250026Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:54.1738527Z ##[endgroup]
2026-06-05T18:50:54.1741411Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T18:50:54.5901435Z ##[group]Cleaning the repository
2026-06-05T18:50:54.5902135Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T18:50:57.6118414Z Removing .adapter-notify/
2026-06-05T18:50:57.6118762Z Removing target/
2026-06-05T18:50:57.6156585Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T18:50:57.6525730Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:57.6552649Z ##[endgroup]
2026-06-05T18:50:57.6556902Z ##[group]Disabling automatic garbage collection
2026-06-05T18:50:57.6562306Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T18:50:57.6807105Z ##[endgroup]
2026-06-05T18:50:57.6813581Z ##[group]Setting up auth
2026-06-05T18:50:57.6814003Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:50:57.7027635Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T18:50:58.0610851Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:50:58.0844968Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T18:50:58.4555123Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:50:58.4774437Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T18:50:58.8419357Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T18:50:58.8729093Z ##[endgroup]
2026-06-05T18:50:58.8729580Z ##[group]Fetching the repository
2026-06-05T18:50:58.8736080Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8e0f8a544c24daefca391ba1ecf75dbf14c69d8:refs/remotes/origin/dev-freeform
2026-06-05T18:51:00.5987020Z From https://github.com/SaberMage/spt-core
2026-06-05T18:51:00.5987604Z  + dbb5188...f8e0f8a f8e0f8a544c24daefca391ba1ecf75dbf14c69d8 -> origin/dev-freeform  (forced update)
2026-06-05T18:51:00.6114717Z ##[endgroup]
2026-06-05T18:51:00.6115165Z ##[group]Determining the checkout info
2026-06-05T18:51:00.6116078Z ##[endgroup]
2026-06-05T18:51:00.6121426Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T18:51:00.6402580Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T18:51:00.6639168Z ##[group]Checking out the ref
2026-06-05T18:51:00.6644548Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T18:51:00.7106374Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T18:51:00.7106762Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T18:51:00.7107381Z Previous HEAD position was dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:51:00.7107793Z Switched to and reset branch 'dev-freeform'
2026-06-05T18:51:00.7136543Z ##[endgroup]
2026-06-05T18:51:00.7385615Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T18:51:00.7588882Z f8e0f8a544c24daefca391ba1ecf75dbf14c69d8
2026-06-05T18:51:00.7879618Z ##[group]Run cargo build --workspace --all-targets
2026-06-05T18:51:00.7880040Z [36;1mcargo build --workspace --all-targets[0m
2026-06-05T18:51:00.7885186Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:51:00.7885454Z ##[endgroup]
2026-06-05T18:51:01.8259294Z    Compiling proc-macro2 v1.0.106
2026-06-05T18:51:01.8259602Z    Compiling unicode-ident v1.0.24
2026-06-05T18:51:01.8259873Z    Compiling quote v1.0.45
2026-06-05T18:51:01.8260126Z    Compiling serde_core v1.0.228
2026-06-05T18:51:01.8260329Z    Compiling serde v1.0.228
2026-06-05T18:51:01.8260784Z    Compiling cfg-if v1.0.4
2026-06-05T18:51:01.8261029Z    Compiling windows-link v0.2.1
2026-06-05T18:51:01.8261406Z    Compiling typenum v1.20.1
2026-06-05T18:51:01.8262422Z    Compiling version_check v0.9.5
2026-06-05T18:51:01.8262789Z    Compiling portable-atomic v1.13.1
2026-06-05T18:51:01.8265810Z    Compiling critical-section v1.2.0
2026-06-05T18:51:01.8266410Z    Compiling subtle v2.6.1
2026-06-05T18:51:01.8267447Z    Compiling memchr v2.8.1
2026-06-05T18:51:01.8271094Z    Compiling semver v1.0.28
2026-06-05T18:51:01.8277554Z    Compiling shlex v2.0.1
2026-06-05T18:51:01.8278135Z    Compiling find-msvc-tools v0.1.9
2026-06-05T18:51:01.9038913Z    Compiling windows-sys v0.61.2
2026-06-05T18:51:01.9115430Z    Compiling smallvec v1.15.1
2026-06-05T18:51:01.9460294Z    Compiling equivalent v1.0.2
2026-06-05T18:51:02.0222624Z    Compiling itoa v1.0.18
2026-06-05T18:51:02.0442816Z    Compiling getrandom v0.2.17
2026-06-05T18:51:02.0488656Z    Compiling cpufeatures v0.2.17
2026-06-05T18:51:02.0994375Z    Compiling hashbrown v0.17.1
2026-06-05T18:51:02.1355942Z    Compiling rustc_version v0.4.1
2026-06-05T18:51:02.1557182Z    Compiling pin-project-lite v0.2.17
2026-06-05T18:51:02.2243399Z    Compiling log v0.4.30
2026-06-05T18:51:02.2278432Z    Compiling futures-core v0.3.32
2026-06-05T18:51:02.2485993Z    Compiling generic-array v0.14.7
2026-06-05T18:51:02.2816404Z    Compiling rand_core v0.10.1
2026-06-05T18:51:02.2901646Z    Compiling bytes v1.11.1
2026-06-05T18:51:02.3420948Z    Compiling getrandom v0.4.2
2026-06-05T18:51:02.4746819Z    Compiling cc v1.2.63
2026-06-05T18:51:02.4764364Z    Compiling stable_deref_trait v1.2.1
2026-06-05T18:51:02.4804773Z    Compiling libc v0.2.186
2026-06-05T18:51:02.5367795Z    Compiling autocfg v1.5.1
2026-06-05T18:51:02.5623914Z    Compiling slab v0.4.12
2026-06-05T18:51:02.6112960Z    Compiling futures-sink v0.3.32
2026-06-05T18:51:02.6765794Z    Compiling bitflags v2.11.1
2026-06-05T18:51:02.7354175Z    Compiling futures-io v0.3.32
2026-06-05T18:51:02.7720022Z    Compiling indexmap v2.14.0
2026-06-05T18:51:02.8417322Z    Compiling futures-channel v0.3.32
2026-06-05T18:51:02.8491636Z    Compiling curve25519-dalek v4.1.3
2026-06-05T18:51:02.9707100Z    Compiling zerocopy v0.8.50
2026-06-05T18:51:03.1370513Z    Compiling futures-task v0.3.32
2026-06-05T18:51:03.1811568Z    Compiling ahash v0.8.12
2026-06-05T18:51:03.1933491Z    Compiling rand_core v0.6.4
2026-06-05T18:51:03.2330959Z    Compiling pkg-config v0.3.33
2026-06-05T18:51:03.2817256Z    Compiling fnv v1.0.7
2026-06-05T18:51:03.2899138Z    Compiling syn v2.0.117
2026-06-05T18:51:03.4488291Z    Compiling vcpkg v0.2.15
2026-06-05T18:51:03.4640310Z    Compiling signature v2.2.0
2026-06-05T18:51:03.4719780Z    Compiling zmij v1.0.21
2026-06-05T18:51:03.4732803Z    Compiling fastrand v2.4.1
2026-06-05T18:51:03.4757824Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-05T18:51:03.5189349Z    Compiling cfg_aliases v0.2.1
2026-06-05T18:51:03.5523764Z    Compiling serde_json v1.0.150
2026-06-05T18:51:03.5660928Z    Compiling writeable v0.6.3
2026-06-05T18:51:03.6369771Z    Compiling litemap v0.8.2
2026-06-05T18:51:03.7154084Z    Compiling ed25519 v2.2.3
2026-06-05T18:51:03.8019793Z    Compiling rustversion v1.0.22
2026-06-05T18:51:03.8234788Z    Compiling fallible-iterator v0.3.0
2026-06-05T18:51:03.8455148Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T18:51:03.8814698Z    Compiling crypto-common v0.1.7
2026-06-05T18:51:03.9435417Z    Compiling block-buffer v0.10.4
2026-06-05T18:51:04.0123335Z    Compiling icu_properties_data v2.2.0
2026-06-05T18:51:04.0356597Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T18:51:04.0441567Z    Compiling utf8_iter v1.0.4
2026-06-05T18:51:04.0671178Z    Compiling windows-targets v0.52.6
2026-06-05T18:51:04.0881051Z    Compiling anyhow v1.0.102
2026-06-05T18:51:04.1010655Z    Compiling digest v0.10.7
2026-06-05T18:51:04.1669970Z    Compiling windows-sys v0.59.0
2026-06-05T18:51:04.1828517Z    Compiling percent-encoding v2.3.2
2026-06-05T18:51:04.2402039Z    Compiling http v1.4.1
2026-06-05T18:51:04.2603937Z    Compiling cpufeatures v0.3.0
2026-06-05T18:51:04.3207424Z    Compiling thiserror v2.0.18
2026-06-05T18:51:04.3962677Z    Compiling strsim v0.11.1
2026-06-05T18:51:04.4274394Z    Compiling sha2 v0.10.9
2026-06-05T18:51:04.4516657Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T18:51:04.4544034Z    Compiling ring v0.17.14
2026-06-05T18:51:04.4727522Z    Compiling chacha20 v0.10.0
2026-06-05T18:51:04.8470514Z    Compiling form_urlencoded v1.2.2
2026-06-05T18:51:05.0881835Z    Compiling ident_case v1.0.1
2026-06-05T18:51:05.1049418Z    Compiling untrusted v0.9.0
2026-06-05T18:51:05.1224278Z    Compiling rand v0.10.1
2026-06-05T18:51:05.1293735Z    Compiling num-traits v0.2.19
2026-06-05T18:51:05.1511053Z    Compiling windows-result v0.4.1
2026-06-05T18:51:05.2927755Z    Compiling windows-strings v0.5.1
2026-06-05T18:51:05.3595042Z    Compiling unicode-segmentation v1.13.3
2026-06-05T18:51:05.3737202Z    Compiling rustls v0.23.40
2026-06-05T18:51:05.4422252Z    Compiling scopeguard v1.2.0
2026-06-05T18:51:05.5929018Z    Compiling lock_api v0.4.14
2026-06-05T18:51:05.6007393Z    Compiling atomic-waker v1.1.2
2026-06-05T18:51:05.6617363Z    Compiling unicode-xid v0.2.6
2026-06-05T18:51:05.6907105Z    Compiling const-oid v0.10.2
2026-06-05T18:51:05.7785090Z    Compiling httparse v1.10.1
2026-06-05T18:51:05.8461791Z    Compiling http-body v1.0.1
2026-06-05T18:51:05.9182665Z    Compiling convert_case v0.10.0
2026-06-05T18:51:06.0209533Z    Compiling hybrid-array v0.4.12
2026-06-05T18:51:06.0446643Z    Compiling winapi v0.3.9
2026-06-05T18:51:06.0845614Z    Compiling heck v0.5.0
2026-06-05T18:51:06.0871836Z    Compiling base64ct v1.8.3
2026-06-05T18:51:06.1276085Z    Compiling powerfmt v0.2.0
2026-06-05T18:51:06.3233465Z    Compiling memoffset v0.6.5
2026-06-05T18:51:06.3988471Z    Compiling tinyvec_macros v0.1.1
2026-06-05T18:51:06.3988827Z    Compiling base64 v0.22.1
2026-06-05T18:51:06.5262849Z    Compiling deranged v0.5.8
2026-06-05T18:51:06.5646614Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T18:51:06.6350119Z    Compiling num-conv v0.2.2
2026-06-05T18:51:06.6901041Z    Compiling try-lock v0.2.5
2026-06-05T18:51:06.7354814Z    Compiling time-core v0.1.8
2026-06-05T18:51:06.7765469Z    Compiling parking_lot_core v0.9.12
2026-06-05T18:51:06.8317004Z    Compiling data-encoding v2.11.0
2026-06-05T18:51:06.8583636Z    Compiling thiserror v1.0.69
2026-06-05T18:51:06.8759348Z    Compiling tower-service v0.3.3
2026-06-05T18:51:06.8841099Z    Compiling want v0.3.1
2026-06-05T18:51:07.0052660Z    Compiling crypto-common v0.2.2
2026-06-05T18:51:07.0225785Z    Compiling block-buffer v0.12.0
2026-06-05T18:51:07.1166867Z    Compiling tinyvec v1.11.0
2026-06-05T18:51:07.1837851Z    Compiling vergen-lib v9.1.0
2026-06-05T18:51:07.2159741Z    Compiling inout v0.1.4
2026-06-05T18:51:07.2668646Z    Compiling synstructure v0.13.2
2026-06-05T18:51:07.2739793Z    Compiling darling_core v0.20.11
2026-06-05T18:51:07.4318212Z    Compiling n0-future v0.3.2
2026-06-05T18:51:07.4447305Z    Compiling serial-core v0.4.0
2026-06-05T18:51:07.5139943Z    Compiling winreg v0.10.1
2026-06-05T18:51:07.6648050Z    Compiling crossbeam-utils v0.8.21
2026-06-05T18:51:07.6693543Z    Compiling cordyceps v0.3.4
2026-06-05T18:51:07.7227570Z    Compiling winnow v1.0.3
2026-06-05T18:51:07.7822393Z    Compiling httpdate v1.0.3
2026-06-05T18:51:07.7822967Z    Compiling spin v0.10.0
2026-06-05T18:51:07.8147170Z    Compiling diatomic-waker v0.2.3
2026-06-05T18:51:07.8373596Z    Compiling parking v2.2.1
2026-06-05T18:51:07.9650426Z    Compiling futures-lite v2.6.1
2026-06-05T18:51:08.0550771Z    Compiling digest v0.11.3
2026-06-05T18:51:08.1192438Z    Compiling futures-buffered v0.2.13
2026-06-05T18:51:08.1264467Z    Compiling serial-windows v0.4.0
2026-06-05T18:51:08.1657513Z    Compiling cipher v0.4.4
2026-06-05T18:51:08.2590260Z    Compiling vergen v9.1.0
2026-06-05T18:51:08.2750275Z    Compiling vergen-lib v0.1.6
2026-06-05T18:51:08.3812482Z    Compiling universal-hash v0.5.1
2026-06-05T18:51:08.4400458Z    Compiling noq-udp v0.10.0
2026-06-05T18:51:08.5242953Z    Compiling aho-corasick v1.1.4
2026-06-05T18:51:08.5308578Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T18:51:08.5309321Z    Compiling heapless v0.7.17
2026-06-05T18:51:08.5518190Z    Compiling sync_wrapper v1.0.2
2026-06-05T18:51:08.5833798Z    Compiling either v1.16.0
2026-06-05T18:51:08.6179430Z    Compiling winnow v0.7.15
2026-06-05T18:51:08.7119554Z    Compiling pin-utils v0.1.0
2026-06-05T18:51:08.7786791Z    Compiling regex-syntax v0.8.10
2026-06-05T18:51:08.8462852Z    Compiling opaque-debug v0.3.1
2026-06-05T18:51:08.8636319Z    Compiling toml_write v0.1.2
2026-06-05T18:51:08.8660757Z    Compiling bitflags v1.3.2
2026-06-05T18:51:08.8810160Z    Compiling lazy_static v1.5.0
2026-06-05T18:51:08.8933455Z    Compiling byteorder v1.5.0
2026-06-05T18:51:08.9153839Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T18:51:08.9601592Z    Compiling nix v0.25.1
2026-06-05T18:51:09.0080478Z    Compiling shared_library v0.1.9
2026-06-05T18:51:09.0392556Z    Compiling polyval v0.6.2
2026-06-05T18:51:09.1691835Z    Compiling hash32 v0.2.1
2026-06-05T18:51:09.1991372Z    Compiling parking_lot v0.12.5
2026-06-05T18:51:09.3666840Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T18:51:09.3759765Z    Compiling serial v0.4.0
2026-06-05T18:51:09.4183653Z    Compiling spin v0.9.8
2026-06-05T18:51:09.4442719Z    Compiling vergen-gitcl v1.0.8
2026-06-05T18:51:09.5066329Z    Compiling windows-threading v0.2.1
2026-06-05T18:51:09.5155138Z    Compiling tower-layer v0.3.3
2026-06-05T18:51:09.5738207Z    Compiling downcast-rs v1.2.1
2026-06-05T18:51:09.7060589Z    Compiling signature v3.0.0
2026-06-05T18:51:09.7835408Z    Compiling shell-words v1.1.1
2026-06-05T18:51:09.7835885Z    Compiling ghash v0.5.1
2026-06-05T18:51:09.8288767Z    Compiling serde_derive v1.0.228
2026-06-05T18:51:09.8919444Z    Compiling zeroize_derive v1.4.3
2026-06-05T18:51:09.9723725Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T18:51:09.9777777Z    Compiling zerofrom-derive v0.1.7
2026-06-05T18:51:10.0744770Z    Compiling tokio-macros v2.7.0
2026-06-05T18:51:10.1314116Z    Compiling yoke-derive v0.8.2
2026-06-05T18:51:10.1626835Z    Compiling futures-macro v0.3.32
2026-06-05T18:51:10.2359359Z    Compiling socket2 v0.6.4
2026-06-05T18:51:10.3738780Z    Compiling mio v1.2.1
2026-06-05T18:51:10.6307186Z    Compiling zeroize v1.8.2
2026-06-05T18:51:10.6615284Z    Compiling zerovec-derive v0.11.3
2026-06-05T18:51:10.6981741Z    Compiling displaydoc v0.2.6
2026-06-05T18:51:10.7745635Z    Compiling tracing-attributes v0.1.31
2026-06-05T18:51:11.0167656Z    Compiling thiserror-impl v2.0.18
2026-06-05T18:51:11.0681109Z    Compiling rustls-pki-types v1.14.1
2026-06-05T18:51:11.2168695Z    Compiling futures-util v0.3.32
2026-06-05T18:51:11.2530875Z    Compiling darling_macro v0.20.11
2026-06-05T18:51:11.5788932Z    Compiling tokio v1.52.3
2026-06-05T18:51:11.6236991Z    Compiling derive_more-impl v2.1.1
2026-06-05T18:51:11.6487593Z    Compiling zerofrom v0.1.8
2026-06-05T18:51:11.7542902Z    Compiling rustls-webpki v0.103.13
2026-06-05T18:51:12.0287825Z    Compiling yoke v0.8.2
2026-06-05T18:51:12.0400218Z    Compiling darling v0.20.11
2026-06-05T18:51:12.0470156Z    Compiling spez v0.1.2
2026-06-05T18:51:12.0660220Z    Compiling windows-interface v0.59.3
2026-06-05T18:51:12.3450651Z    Compiling derive_builder_core v0.20.2
2026-06-05T18:51:12.3767453Z    Compiling n0-error-macros v0.1.3
2026-06-05T18:51:12.4411431Z    Compiling windows-implement v0.60.2
2026-06-05T18:51:12.4941822Z    Compiling zerovec v0.11.6
2026-06-05T18:51:12.5092001Z    Compiling zerotrie v0.2.4
2026-06-05T18:51:12.5563745Z    Compiling ed25519-dalek v2.2.0
2026-06-05T18:51:12.5919848Z    Compiling der v0.8.0-rc.10
2026-06-05T18:51:12.9816361Z    Compiling spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-05T18:51:13.0041802Z    Compiling pin-project-internal v1.1.13
2026-06-05T18:51:13.0549249Z    Compiling thiserror-impl v1.0.69
2026-06-05T18:51:13.2366406Z    Compiling regex-automata v0.4.14
2026-06-05T18:51:13.3509528Z    Compiling windows-core v0.62.2
2026-06-05T18:51:13.4113368Z    Compiling tinystr v0.8.3
2026-06-05T18:51:13.4181041Z    Compiling potential_utf v0.1.5
2026-06-05T18:51:13.4862276Z    Compiling n0-error v0.1.3
2026-06-05T18:51:13.5556111Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T18:51:13.6403313Z    Compiling icu_collections v2.2.0
2026-06-05T18:51:13.7196276Z    Compiling icu_locale_core v2.2.0
2026-06-05T18:51:13.7645914Z    Compiling derive_builder_macro v0.20.2
2026-06-05T18:51:14.1575570Z    Compiling derive_builder v0.20.2
2026-06-05T18:51:14.3306602Z    Compiling ipnet v2.12.0
2026-06-05T18:51:14.3615690Z    Compiling serde_spanned v0.6.9
2026-06-05T18:51:14.4664778Z    Compiling pin-project v1.1.13
2026-06-05T18:51:14.4901025Z    Compiling spki v0.8.0-rc.4
2026-06-05T18:51:14.5492681Z    Compiling toml_datetime v0.6.11
2026-06-05T18:51:14.7037065Z    Compiling proc-macro-crate v3.5.0
2026-06-05T18:51:14.8068416Z    Compiling prefix-trie v0.8.4
2026-06-05T18:51:14.8302305Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T18:51:14.8771723Z    Compiling toml_edit v0.22.27
2026-06-05T18:51:14.9289876Z    Compiling once_cell v1.21.4
2026-06-05T18:51:15.0189239Z    Compiling filedescriptor v0.8.3
2026-06-05T18:51:15.1484308Z    Compiling tracing-core v0.1.36
2026-06-05T18:51:15.3295637Z    Compiling icu_provider v2.2.0
2026-06-05T18:51:15.3314486Z    Compiling tempfile v3.27.0
2026-06-05T18:51:15.3315125Z    Compiling portable-pty v0.8.1
2026-06-05T18:51:15.3436099Z    Compiling hashbrown v0.14.5
2026-06-05T18:51:15.4051312Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T18:51:15.6118057Z    Compiling windows-future v0.3.2
2026-06-05T18:51:15.7571621Z    Compiling tracing v0.1.44
2026-06-05T18:51:15.9486713Z    Compiling icu_properties v2.2.0
2026-06-05T18:51:16.0513324Z    Compiling icu_normalizer v2.2.0
2026-06-05T18:51:16.1199213Z    Compiling regex v1.12.3
2026-06-05T18:51:16.1800720Z    Compiling windows-numerics v0.3.1
2026-06-05T18:51:16.1937937Z    Compiling windows-collections v0.3.2
2026-06-05T18:51:16.1984832Z    Compiling derive_more v2.1.1
2026-06-05T18:51:16.3067395Z    Compiling hashlink v0.9.1
2026-06-05T18:51:16.5829020Z    Compiling futures-executor v0.3.32
2026-06-05T18:51:16.6784568Z    Compiling rusqlite v0.32.1
2026-06-05T18:51:16.7516153Z    Compiling toml v0.8.23
2026-06-05T18:51:16.8292891Z    Compiling futures v0.3.32
2026-06-05T18:51:16.8316847Z    Compiling cobs v0.3.0
2026-06-05T18:51:16.9407039Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T18:51:16.9852264Z    Compiling postcard-derive v0.2.2
2026-06-05T18:51:16.9996473Z    Compiling ctr v0.9.2
2026-06-05T18:51:17.0541480Z    Compiling aes v0.8.4
2026-06-05T18:51:17.0625593Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T18:51:17.1031708Z    Compiling time v0.3.47
2026-06-05T18:51:17.1961739Z    Compiling http-body-util v0.1.3
2026-06-05T18:51:17.3867617Z    Compiling aead v0.5.2
2026-06-05T18:51:17.5433147Z    Compiling idna_adapter v1.2.2
2026-06-05T18:51:17.6292053Z    Compiling widestring v1.2.1
2026-06-05T18:51:17.7838451Z    Compiling idna v1.1.0
2026-06-05T18:51:17.7907016Z    Compiling ipconfig v0.3.4
2026-06-05T18:51:17.8239212Z    Compiling postcard v1.1.3
2026-06-05T18:51:17.8245128Z    Compiling aes-gcm v0.10.3
2026-06-05T18:51:17.8268432Z    Compiling data-encoding-macro v0.1.20
2026-06-05T18:51:18.0566583Z    Compiling spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-05T18:51:18.0605624Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T18:51:18.0666081Z    Compiling windows v0.62.2
2026-06-05T18:51:18.1055579Z    Compiling num_enum_derive v0.7.6
2026-06-05T18:51:18.1704687Z    Compiling url v2.5.8
2026-06-05T18:51:18.4665701Z    Compiling chrono v0.4.44
2026-06-05T18:51:18.6087713Z    Compiling crossbeam-channel v0.5.15
2026-06-05T18:51:18.6184588Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T18:51:18.6501879Z    Compiling async-trait v0.1.89
2026-06-05T18:51:18.8728054Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T18:51:19.1576863Z    Compiling tokio-util v0.7.18
2026-06-05T18:51:19.2604796Z    Compiling tower v0.5.3
2026-06-05T18:51:19.4018793Z    Compiling strum_macros v0.28.0
2026-06-05T18:51:19.4464573Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T18:51:19.5630637Z    Compiling enum-assoc v1.3.0
2026-06-05T18:51:19.5720969Z    Compiling windows-registry v0.6.1
2026-06-05T18:51:20.0513262Z    Compiling tokio-rustls v0.26.4
2026-06-05T18:51:20.0864335Z    Compiling blake3 v1.8.5
2026-06-05T18:51:20.1612975Z    Compiling spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-05T18:51:20.2034607Z    Compiling noq v0.18.0
2026-06-05T18:51:20.2792263Z    Compiling netwatch v0.16.0
2026-06-05T18:51:20.3553002Z    Compiling uuid v1.23.2
2026-06-05T18:51:20.5118398Z    Compiling acto v0.8.2
2026-06-05T18:51:20.5525602Z    Compiling h2 v0.4.14
2026-06-05T18:51:20.7721321Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T18:51:20.7803895Z    Compiling tagptr v0.2.0
2026-06-05T18:51:20.8949229Z    Compiling ryu v1.0.23
2026-06-05T18:51:20.9193938Z    Compiling rustc-hash v2.1.2
2026-06-05T18:51:21.0030539Z    Compiling xml-rs v0.8.28
2026-06-05T18:51:21.0113597Z    Compiling foldhash v0.2.0
2026-06-05T18:51:21.0742082Z    Compiling lru-slab v0.1.2
2026-06-05T18:51:21.1186420Z    Compiling allocator-api2 v0.2.21
2026-06-05T18:51:21.1232819Z    Compiling mac-addr v0.3.0
2026-06-05T18:51:21.1233302Z    Compiling identity-hash v0.1.0
2026-06-05T18:51:21.2576806Z    Compiling noq-proto v0.17.0
2026-06-05T18:51:21.2599289Z    Compiling iroh-metrics v0.38.3
2026-06-05T18:51:21.3316513Z    Compiling netdev v0.42.0
2026-06-05T18:51:21.3576316Z    Compiling moka v0.12.15
2026-06-05T18:51:21.3892126Z    Compiling n0-watcher v0.6.1
2026-06-05T18:51:21.5081643Z    Compiling tokio-stream v0.1.18
2026-06-05T18:51:21.7500489Z    Compiling hashbrown v0.16.1
2026-06-05T18:51:21.7965627Z    Compiling spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-05T18:51:21.9935769Z    Compiling spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-05T18:51:22.2278968Z    Compiling strum v0.28.0
2026-06-05T18:51:22.5210924Z    Compiling xmltree v0.10.3
2026-06-05T18:51:22.6174986Z    Compiling tower-http v0.6.11
2026-06-05T18:51:22.6693051Z    Compiling iroh-relay v0.98.0
2026-06-05T18:51:22.7305309Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T18:51:22.7890867Z    Compiling num_enum v0.7.6
2026-06-05T18:51:22.8972918Z    Compiling iroh-base v0.98.0
2026-06-05T18:51:23.1716710Z    Compiling attohttpc v0.30.1
2026-06-05T18:51:23.2304469Z    Compiling simple-dns v0.9.3
2026-06-05T18:51:23.2763751Z    Compiling resolv-conf v0.7.6
2026-06-05T18:51:23.2897150Z    Compiling arrayref v0.3.9
2026-06-05T18:51:23.3903617Z    Compiling sha1_smol v1.0.1
2026-06-05T18:51:23.4155211Z    Compiling simdutf8 v0.1.5
2026-06-05T18:51:23.4694994Z    Compiling constant_time_eq v0.4.2
2026-06-05T18:51:23.6736162Z    Compiling arrayvec v0.7.6
2026-06-05T18:51:23.7355509Z    Compiling smol_str v0.1.24
2026-06-05T18:51:23.7618853Z    Compiling tokio-websockets v0.13.2
2026-06-05T18:51:23.8828696Z    Compiling lru v0.16.4
2026-06-05T18:51:23.9971700Z    Compiling webpki-roots v1.0.7
2026-06-05T18:51:24.1233837Z    Compiling seize v0.5.1
2026-06-05T18:51:24.1395074Z    Compiling serde_bytes v0.11.19
2026-06-05T18:51:24.1814426Z    Compiling hmac v0.12.1
2026-06-05T18:51:24.3825574Z    Compiling iroh v0.98.2
2026-06-05T18:51:24.5193579Z    Compiling cmov v0.5.4
2026-06-05T18:51:24.6919242Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T18:51:24.8299833Z    Compiling ctutils v0.4.2
2026-06-05T18:51:24.8387907Z    Compiling papaya v0.2.4
2026-06-05T18:51:24.8647501Z    Compiling hyper v1.10.1
2026-06-05T18:51:24.8765247Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T18:51:25.1084137Z    Compiling hkdf v0.12.4
2026-06-05T18:51:25.1084544Z    Compiling backon v1.6.0
2026-06-05T18:51:25.2726142Z    Compiling iroh-dns v0.98.0
2026-06-05T18:51:25.2858219Z    Compiling spake2 v0.4.0
2026-06-05T18:51:25.3259177Z    Compiling sha1 v0.10.6
2026-06-05T18:51:25.3298593Z    Compiling doctest-file v1.1.1
2026-06-05T18:51:25.4483740Z    Compiling recvmsg v1.0.0
2026-06-05T18:51:25.5613085Z    Compiling spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-05T18:51:25.6366289Z    Compiling anstyle v1.0.14
2026-06-05T18:51:25.7333383Z    Compiling once_cell_polyfill v1.70.2
2026-06-05T18:51:25.8572129Z    Compiling utf8parse v0.2.2
2026-06-05T18:51:25.9006074Z    Compiling anstyle-wincon v3.0.11
2026-06-05T18:51:25.9006572Z    Compiling anstyle-query v1.1.5
2026-06-05T18:51:25.9007207Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T18:51:26.0137473Z    Compiling interprocess v2.4.2
2026-06-05T18:51:26.0299769Z    Compiling anstyle-parse v1.0.0
2026-06-05T18:51:26.0517105Z    Compiling colorchoice v1.0.5
2026-06-05T18:51:26.0916092Z    Compiling clap_lex v1.1.0
2026-06-05T18:51:26.1414369Z    Compiling clap_derive v4.6.1
2026-06-05T18:51:26.1737014Z    Compiling anstream v1.0.0
2026-06-05T18:51:26.3947981Z    Compiling clap_builder v4.6.0
2026-06-05T18:51:26.6376161Z    Compiling mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-05T18:51:26.9821889Z    Compiling hyper-util v0.1.20
2026-06-05T18:51:27.0976877Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T18:51:28.2153431Z    Compiling wmi v0.18.4
2026-06-05T18:51:28.3805874Z    Compiling clap v4.6.1
2026-06-05T18:51:29.0852907Z    Compiling hyper-rustls v0.27.9
2026-06-05T18:51:29.3325806Z    Compiling igd-next v0.17.1
2026-06-05T18:51:29.6495942Z    Compiling reqwest v0.13.4
2026-06-05T18:51:30.6520409Z    Compiling portmapper v0.16.0
2026-06-05T18:51:46.3909184Z    Compiling spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-05T18:51:47.6335983Z    Compiling spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-05T18:51:54.5958745Z    Compiling spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-05T18:52:15.1586226Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
2026-06-05T18:52:15.3458861Z ##[group]Run cargo test --workspace
2026-06-05T18:52:15.3459205Z [36;1mcargo test --workspace[0m
2026-06-05T18:52:15.3462234Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:52:15.3462548Z ##[endgroup]
2026-06-05T18:52:16.1204033Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
2026-06-05T18:52:16.1670762Z      Running unittests src\main.rs (target\debug\deps\mock_session-99b31ec880a7fd8b.exe)
2026-06-05T18:52:16.1936906Z 
2026-06-05T18:52:16.1937024Z running 0 tests
2026-06-05T18:52:16.1937222Z 
2026-06-05T18:52:16.1937409Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:52:16.1937664Z 
2026-06-05T18:52:16.1949177Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-e473cb592b8cec80.exe)
2026-06-05T18:52:16.2186744Z 
2026-06-05T18:52:16.2186933Z running 0 tests
2026-06-05T18:52:16.2187069Z 
2026-06-05T18:52:16.2187346Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:52:16.2187610Z 
2026-06-05T18:52:16.2199446Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-775a04758e803bc8.exe)
2026-06-05T18:52:16.4465908Z 
2026-06-05T18:52:16.4466297Z running 3 tests
2026-06-05T18:52:16.4557626Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-05T18:52:16.4557939Z test mock_has_no_claude_code_conventions ... ok
2026-06-05T18:52:16.4558198Z test mock_manifest_parses_and_validates ... ok
2026-06-05T18:52:16.4558370Z 
2026-06-05T18:52:16.4558545Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-05T18:52:16.4558788Z 
2026-06-05T18:52:16.4571799Z      Running unittests src\main.rs (target\debug\deps\spt-f89edbf7c39a3e4a.exe)
2026-06-05T18:52:17.0760143Z 
2026-06-05T18:52:17.0760675Z running 79 tests
2026-06-05T18:52:17.0771609Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-05T18:52:17.0772016Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-05T18:52:17.0775362Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-05T18:52:17.0776079Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-05T18:52:17.0776473Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-05T18:52:17.0779181Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-05T18:52:17.0779556Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-05T18:52:17.0840810Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-05T18:52:17.0896733Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-05T18:52:17.0956046Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-05T18:52:17.1888924Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-05T18:52:17.1903915Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-05T18:52:17.1920117Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-05T18:52:17.1933202Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-05T18:52:17.3040929Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-05T18:52:17.3096822Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-05T18:52:17.4319421Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-05T18:52:17.4339761Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-05T18:52:17.4714642Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-05T18:52:17.4727643Z test api::tests::adapter_is_required ... ok
2026-06-05T18:52:17.4735405Z test api::tests::state_value_is_validated ... ok
2026-06-05T18:52:17.4758109Z test api::tests::surface_parses ... ok
2026-06-05T18:52:17.6801364Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-05T18:52:17.6851308Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-05T18:52:17.6952038Z test api::reporting::tests::history_log_appends ... ok
2026-06-05T18:52:17.6992324Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-05T18:52:17.7061738Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-05T18:52:17.7089607Z test cli::tests::access_subcommands_parse ... ok
2026-06-05T18:52:17.7107202Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-05T18:52:17.7109733Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-05T18:52:17.7113573Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-05T18:52:17.7121209Z test cli::tests::digest_flag_defaults ... ok
2026-06-05T18:52:17.7122272Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-05T18:52:17.7123365Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-05T18:52:17.7405817Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-05T18:52:17.7436227Z test cli::tests::grant_subcommands_parse ... ok
2026-06-05T18:52:17.7447149Z test cli::tests::invalid_usage_errors ... ok
2026-06-05T18:52:17.7450929Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-05T18:52:17.7453079Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-05T18:52:17.7456443Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-05T18:52:17.7481672Z test cli::tests::notify_surface_parses ... ok
2026-06-05T18:52:17.7749295Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-05T18:52:17.7764433Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-05T18:52:17.7772727Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-05T18:52:17.7780495Z test cli::tests::ring_timeout_defaults ... ok
2026-06-05T18:52:17.7788621Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-05T18:52:17.8039459Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-05T18:52:17.8084092Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-05T18:52:17.8205900Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-05T18:52:17.8259672Z test api::startup::tests::missing_seed_refused ... ok
2026-06-05T18:52:17.8621958Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-05T18:52:17.9055021Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-05T18:52:17.9097594Z test cli::tests::shell_subcommands_parse ... ok
2026-06-05T18:52:17.9109554Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-05T18:52:17.9112047Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-05T18:52:17.9194614Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-05T18:52:17.9197177Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-05T18:52:17.9199707Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-05T18:52:17.9200878Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-05T18:52:17.9201973Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-05T18:52:17.9203081Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-05T18:52:17.9208289Z test cli::tests::subcommands_parse ... ok
2026-06-05T18:52:17.9233119Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-05T18:52:17.9257573Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-05T18:52:17.9319707Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-05T18:52:18.0298302Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-05T18:52:18.1109193Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-05T18:52:18.1133825Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-05T18:52:19.6319848Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-05T18:52:35.1077355Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-05T18:52:35.2764260Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-05T18:52:35.3102178Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-05T18:52:35.3377717Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-05T18:52:35.9269597Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-05T18:52:36.2109255Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-05T18:52:46.6427081Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-05T18:52:46.6497783Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-05T18:52:46.9073593Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-05T18:52:47.0279355Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-05T18:52:47.0279805Z 
2026-06-05T18:52:47.0280260Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.95s
2026-06-05T18:52:47.0280822Z 
2026-06-05T18:52:47.0384359Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-90748f57207d031b.exe)
2026-06-05T18:52:47.3204689Z 
2026-06-05T18:52:47.3205060Z running 4 tests
2026-06-05T18:52:48.6231427Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-05T18:52:48.6659257Z SEEDED:21108
2026-06-05T18:52:48.9609395Z test seed_then_listen_binds_and_relays ... ok
2026-06-05T18:52:49.1174437Z test mock_adapter_drives_the_full_contract ... ok
2026-06-05T18:52:49.1342825Z SEEDED:21108
2026-06-05T18:52:50.0197974Z test live_agent_lifecycle_e2e ... ok
2026-06-05T18:52:50.0198188Z 
2026-06-05T18:52:50.0198474Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.70s
2026-06-05T18:52:50.0198758Z 
2026-06-05T18:52:50.0213215Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-3a57910fef4c6e12.exe)
2026-06-05T18:52:50.0504446Z 
2026-06-05T18:52:50.0504570Z running 1 test
2026-06-05T18:52:50.0506311Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-05T18:52:50.0506510Z 
2026-06-05T18:52:50.0506715Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:52:50.0506932Z 
2026-06-05T18:52:50.0517041Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-bb573ea4b8052087.exe)
2026-06-05T18:52:50.1005389Z 
2026-06-05T18:52:50.1005543Z running 1 test
2026-06-05T18:52:50.1007162Z test install_script_against_staged_release ... ok
2026-06-05T18:52:50.1007425Z 
2026-06-05T18:52:50.1007635Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:52:50.1007994Z 
2026-06-05T18:52:50.1018450Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-9ca7b6cab0db9a82.exe)
2026-06-05T18:52:50.3764514Z 
2026-06-05T18:52:50.3764909Z running 1 test
2026-06-05T18:52:52.5348281Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-05T18:52:52.5348535Z 
2026-06-05T18:52:52.5348708Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s
2026-06-05T18:52:52.5348956Z 
2026-06-05T18:52:52.5364676Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-49eb14983051fd10.exe)
2026-06-05T18:52:52.5672916Z 
2026-06-05T18:52:52.5673321Z running 1 test
2026-06-05T18:52:54.3504519Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-05T18:52:54.3504735Z 
2026-06-05T18:52:54.3504929Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.78s
2026-06-05T18:52:54.3505199Z 
2026-06-05T18:52:54.3521842Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-b2ca3b52d9581f98.exe)
2026-06-05T18:52:54.9666754Z 
2026-06-05T18:52:54.9667170Z running 173 tests
2026-06-05T18:52:54.9673936Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-05T18:52:54.9674528Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-05T18:52:54.9675241Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-05T18:52:54.9676469Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-05T18:52:54.9678580Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-05T18:52:54.9679482Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-05T18:52:54.9700607Z test config::tests::missing_file_is_default ... ok
2026-06-05T18:52:54.9768481Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-05T18:52:54.9773017Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-05T18:52:54.9773761Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-05T18:52:54.9774324Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-05T18:52:54.9774870Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-05T18:52:54.9777132Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-05T18:52:54.9778867Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-05T18:52:54.9779401Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-05T18:52:54.9780548Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-05T18:52:54.9781782Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-05T18:52:54.9785196Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-05T18:52:54.9847293Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-05T18:52:54.9848526Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-05T18:52:54.9849022Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-05T18:52:54.9849509Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-05T18:52:54.9854861Z test config::tests::save_load_roundtrip ... ok
2026-06-05T18:52:54.9855655Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-05T18:52:54.9876246Z test digesthub::tests::render_is_glanceable ... ok
2026-06-05T18:52:54.9876954Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-05T18:52:54.9877489Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-05T18:52:54.9884017Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-05T18:52:54.9885080Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-05T18:52:54.9885913Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-05T18:52:54.9886543Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-05T18:52:54.9887344Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-05T18:52:54.9907138Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-05T18:52:54.9911223Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-05T18:52:54.9913176Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-05T18:52:54.9914694Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-05T18:52:54.9916127Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-05T18:52:54.9983514Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-05T18:52:54.9983877Z test grants::tests::escalation_answers_apply ... ok
2026-06-05T18:52:54.9984117Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-05T18:52:54.9984332Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-05T18:52:54.9984567Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-05T18:52:54.9984801Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-05T18:52:54.9985268Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-05T18:52:54.9985697Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-05T18:52:55.0081933Z test access::tests::gate_decision_table ... ok
2026-06-05T18:52:55.0082798Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-05T18:52:55.0085027Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-05T18:52:55.0121272Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-05T18:52:55.0158139Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-05T18:52:55.0244650Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-05T18:52:55.0273033Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-05T18:52:55.0275148Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-05T18:52:55.0312455Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-05T18:52:55.0429517Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-05T18:52:55.0433042Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-05T18:52:55.0434506Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-05T18:52:55.0435942Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-05T18:52:55.0437091Z test msg::tests::output_envelope_round_trips ... ok
2026-06-05T18:52:55.0438557Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-05T18:52:55.0439761Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-05T18:52:55.0462194Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-05T18:52:55.0525394Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-05T18:52:55.0843800Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-05T18:52:55.1230675Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-05T18:52:55.1281835Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-05T18:52:55.1637208Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-05T18:52:55.2460937Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-05T18:52:55.3251067Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-05T18:52:55.3520318Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-05T18:52:55.4031184Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-05T18:52:55.4598847Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-05T18:52:55.5398937Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-05T18:52:55.5882061Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-05T18:52:55.6070771Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-05T18:52:55.6677503Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-05T18:52:55.6711717Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-05T18:52:55.6721513Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-05T18:52:55.6846795Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-05T18:52:55.6931793Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-05T18:52:55.6938541Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-05T18:52:55.7017021Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-05T18:52:55.7165408Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-05T18:52:55.7413225Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-05T18:52:56.2973560Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-05T18:52:56.4605431Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-05T18:52:56.5197842Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-05T18:52:56.6063562Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-05T18:52:56.6992804Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-05T18:52:56.6993945Z test reconcile::tests::active_node_wins ... ok
2026-06-05T18:52:56.6995179Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-05T18:52:56.6996420Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-05T18:52:56.6997608Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-05T18:52:56.7987379Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-05T18:52:56.8477383Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-05T18:52:56.9382790Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-05T18:52:56.9655571Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-05T18:52:56.9698215Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-05T18:52:56.9726788Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-05T18:52:57.0976159Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-05T18:52:57.1763410Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-05T18:52:57.1893013Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-05T18:52:57.1969299Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-05T18:52:57.2053703Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-05T18:52:57.2140452Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-05T18:52:57.2225290Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-05T18:52:57.2226495Z test release::tests::hex_roundtrips ... ok
2026-06-05T18:52:57.2483158Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-05T18:52:57.2545140Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-05T18:52:57.2549298Z test release::tests::revoked_key_is_rejected ... ok
2026-06-05T18:52:57.2638995Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-05T18:52:57.2727763Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-05T18:52:57.2811885Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-05T18:52:57.2901171Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-05T18:52:57.2943294Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-05T18:52:57.3013913Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-05T18:52:57.3015149Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-05T18:52:57.3019749Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-05T18:52:57.3101357Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-05T18:52:57.3115025Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-05T18:52:57.3116034Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-05T18:52:57.3643115Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-05T18:52:57.3747270Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-05T18:52:57.3748532Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-05T18:52:57.4753598Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-05T18:52:57.5461239Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-05T18:52:57.6172856Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-05T18:52:57.6177231Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-05T18:52:57.6178774Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-05T18:52:57.6181991Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-05T18:52:57.6336050Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-05T18:52:57.6789072Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-05T18:52:57.6864001Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-05T18:52:57.6958591Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-05T18:52:57.7960332Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-05T18:52:57.8668560Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-05T18:52:57.8779021Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-05T18:52:57.9001410Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-05T18:52:57.9003712Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-05T18:52:57.9005007Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-05T18:52:58.0021959Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-05T18:52:58.0142483Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-05T18:52:58.0166075Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-05T18:52:58.0285149Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-05T18:52:58.0566881Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-05T18:52:58.0866976Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-05T18:52:58.0868184Z test sync::tests::gate_decision_table ... ok
2026-06-05T18:52:58.0872114Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-05T18:52:58.0877365Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-05T18:52:58.0881337Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-05T18:52:58.0882284Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-05T18:52:58.0883296Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-05T18:52:58.0884411Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-05T18:52:58.0885718Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-05T18:52:58.1058747Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-05T18:52:58.1147597Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-05T18:52:58.1245157Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-05T18:52:58.1246252Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-05T18:52:58.1281572Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-05T18:52:58.2334696Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-05T18:52:58.2646757Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-05T18:52:58.3048720Z test relay::tests::run_honors_stop ... ok
2026-06-05T18:52:58.3360569Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-05T18:52:58.3847665Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-05T18:52:58.3974504Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-05T18:52:58.4040933Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-05T18:52:58.4106466Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-05T18:52:58.4166825Z test seedmap::tests::take_absent_is_none ... ok
2026-06-05T18:52:58.4474317Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-05T18:52:58.4766986Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-05T18:52:58.5044125Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-05T18:52:58.8793691Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-05T18:52:59.0498117Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-05T18:52:59.0498324Z 
2026-06-05T18:52:59.0498484Z test result: ok. 173 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.08s
2026-06-05T18:52:59.0498811Z 
2026-06-05T18:52:59.0543233Z      Running tests\access.rs (target\debug\deps\access-182037807575c668.exe)
2026-06-05T18:52:59.6895634Z 
2026-06-05T18:52:59.6895943Z running 1 test
2026-06-05T18:52:59.8876334Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-05T18:52:59.8876548Z 
2026-06-05T18:52:59.8876721Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-05T18:52:59.8877199Z 
2026-06-05T18:52:59.8966645Z      Running tests\attach.rs (target\debug\deps\attach-c6ad02b0553ff285.exe)
2026-06-05T18:52:59.9283894Z 
2026-06-05T18:52:59.9284072Z running 3 tests
2026-06-05T18:53:00.0963211Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-05T18:53:00.1110809Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-05T18:53:00.1140362Z test attach_registers_remote_drive_detection ... ok
2026-06-05T18:53:00.1140521Z 
2026-06-05T18:53:00.1140697Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-05T18:53:00.1140915Z 
2026-06-05T18:53:00.1297173Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-c29dfbba37cd9ad8.exe)
2026-06-05T18:53:00.1544424Z 
2026-06-05T18:53:00.1544517Z running 1 test
2026-06-05T18:53:00.1808090Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-05T18:53:00.1808296Z 
2026-06-05T18:53:00.1808457Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-05T18:53:00.1808665Z 
2026-06-05T18:53:00.1822849Z      Running tests\broker.rs (target\debug\deps\broker-6f5137e243119766.exe)
2026-06-05T18:53:00.6698011Z 
2026-06-05T18:53:00.6698139Z running 1 test
2026-06-05T18:53:00.6983696Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-05T18:53:00.6983892Z 
2026-06-05T18:53:00.6984051Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-05T18:53:00.6984266Z 
2026-06-05T18:53:00.6997969Z      Running tests\budget.rs (target\debug\deps\budget-d14ef2d97ca7e310.exe)
2026-06-05T18:53:00.7250808Z 
2026-06-05T18:53:00.7251009Z running 1 test
2026-06-05T18:53:00.7252545Z test measure_dormant_seat_budget ... ok
2026-06-05T18:53:00.7252692Z 
2026-06-05T18:53:00.7252872Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:00.7253091Z 
2026-06-05T18:53:00.7265092Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-64aca7c4aaf9ee03.exe)
2026-06-05T18:53:01.3270004Z 
2026-06-05T18:53:01.3270229Z running 1 test
2026-06-05T18:53:03.4683818Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-05T18:53:03.4684015Z 
2026-06-05T18:53:03.4684165Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s
2026-06-05T18:53:03.4684365Z 
2026-06-05T18:53:03.4700512Z      Running tests\digest.rs (target\debug\deps\digest-5b32266b9bd7a57e.exe)
2026-06-05T18:53:03.4950442Z 
2026-06-05T18:53:03.4950565Z running 1 test
2026-06-05T18:53:03.6463087Z test digest_daemon_half_end_to_end ... ok
2026-06-05T18:53:03.6463270Z 
2026-06-05T18:53:03.6464759Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-05T18:53:03.6464997Z 
2026-06-05T18:53:03.6486138Z      Running tests\dispatch.rs (target\debug\deps\dispatch-7bed0566006e9725.exe)
2026-06-05T18:53:03.6787236Z 
2026-06-05T18:53:03.6787341Z running 9 tests
2026-06-05T18:53:03.9008638Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-05T18:53:04.0230926Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-05T18:53:04.1278581Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-05T18:53:04.2989684Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-05T18:53:04.4154125Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-05T18:53:04.5116427Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-05T18:53:04.6241162Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-05T18:53:04.7552231Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-05T18:53:05.7266601Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-05T18:53:05.7266797Z 
2026-06-05T18:53:05.7266951Z test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.05s
2026-06-05T18:53:05.7267165Z 
2026-06-05T18:53:05.7702859Z      Running tests\handoff.rs (target\debug\deps\handoff-e01062c7cf922746.exe)
2026-06-05T18:53:05.7979766Z 
2026-06-05T18:53:05.7980096Z running 1 test
2026-06-05T18:53:05.9904287Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-05T18:53:05.9904488Z 
2026-06-05T18:53:05.9904639Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-05T18:53:05.9904856Z 
2026-06-05T18:53:05.9919820Z      Running tests\idempotent.rs (target\debug\deps\idempotent-cbd322cd7d49c0e2.exe)
2026-06-05T18:53:06.4820344Z 
2026-06-05T18:53:06.4820572Z running 1 test
2026-06-05T18:53:06.5564702Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-05T18:53:06.5565118Z 
2026-06-05T18:53:06.5565281Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-05T18:53:06.5565489Z 
2026-06-05T18:53:06.5626991Z      Running tests\netbroker.rs (target\debug\deps\netbroker-9b744ed03466643b.exe)
2026-06-05T18:53:07.1967567Z 
2026-06-05T18:53:07.1967816Z running 5 tests
2026-06-05T18:53:07.1998453Z test netless_broker_probes_gracefully ... ok
2026-06-05T18:53:07.2481219Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-05T18:53:07.2531067Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-05T18:53:08.3601697Z test brain_dials_second_broker_over_loopback ... ok
2026-06-05T18:53:08.3910967Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-05T18:53:08.3911154Z 
2026-06-05T18:53:08.3911308Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s
2026-06-05T18:53:08.3911527Z 
2026-06-05T18:53:08.4017223Z      Running tests\netstream.rs (target\debug\deps\netstream-7b023fbbcec13719.exe)
2026-06-05T18:53:09.0318003Z 
2026-06-05T18:53:09.0318275Z running 2 tests
2026-06-05T18:53:09.1950406Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-05T18:53:09.3779847Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-05T18:53:09.3780032Z 
2026-06-05T18:53:09.3780202Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
2026-06-05T18:53:09.3780787Z 
2026-06-05T18:53:09.3926361Z      Running tests\notifsync.rs (target\debug\deps\notifsync-d4a268d01bf4e351.exe)
2026-06-05T18:53:09.4240313Z 
2026-06-05T18:53:09.4240533Z running 1 test
2026-06-05T18:53:09.6731970Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-05T18:53:09.6732215Z 
2026-06-05T18:53:09.6732412Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-05T18:53:09.6732832Z 
2026-06-05T18:53:09.6783066Z      Running tests\peerloop.rs (target\debug\deps\peerloop-b8ecb68244546baf.exe)
2026-06-05T18:53:10.3298727Z 
2026-06-05T18:53:10.3299680Z running 1 test
2026-06-05T18:53:11.5404382Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-05T18:53:11.5404560Z 
2026-06-05T18:53:11.5404719Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
2026-06-05T18:53:11.5404928Z 
2026-06-05T18:53:11.5495748Z      Running tests\presence.rs (target\debug\deps\presence-399dc8780586f68a.exe)
2026-06-05T18:53:11.5795106Z 
2026-06-05T18:53:11.5795329Z running 2 tests
2026-06-05T18:53:11.8362156Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-05T18:53:14.7883083Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-05T18:53:14.7883283Z 
2026-06-05T18:53:14.7883434Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.21s
2026-06-05T18:53:14.7883786Z 
2026-06-05T18:53:14.7929349Z      Running tests\propagate.rs (target\debug\deps\propagate-a994a6b3a245fe88.exe)
2026-06-05T18:53:15.4173550Z 
2026-06-05T18:53:15.4173813Z running 4 tests
2026-06-05T18:53:15.5409229Z test untrusted_origin_gets_no_offer ... ok
2026-06-05T18:53:15.5489412Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-05T18:53:15.5643637Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-05T18:53:15.7854145Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-05T18:53:15.7854341Z 
2026-06-05T18:53:15.7854501Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
2026-06-05T18:53:15.7854715Z 
2026-06-05T18:53:15.8121054Z      Running tests\replicate.rs (target\debug\deps\replicate-7ae1329c4644b847.exe)
2026-06-05T18:53:16.4486728Z 
2026-06-05T18:53:16.4486989Z running 1 test
2026-06-05T18:53:16.5745130Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-05T18:53:16.5746115Z 
2026-06-05T18:53:16.5746272Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-05T18:53:16.5746497Z 
2026-06-05T18:53:16.5851866Z      Running tests\shellchan.rs (target\debug\deps\shellchan-a3fdaa79a381f153.exe)
2026-06-05T18:53:16.6119668Z 
2026-06-05T18:53:16.6119821Z running 2 tests
2026-06-05T18:53:16.7631432Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-05T18:53:16.9315778Z test hung_shell_stalls_no_other_owner ... ok
2026-06-05T18:53:16.9315947Z 
2026-06-05T18:53:16.9316108Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-05T18:53:16.9316314Z 
2026-06-05T18:53:16.9420901Z      Running tests\sync.rs (target\debug\deps\sync-3064cc19aa400647.exe)
2026-06-05T18:53:16.9725779Z 
2026-06-05T18:53:16.9725987Z running 3 tests
2026-06-05T18:53:18.8108378Z test torn_pull_recovers_by_repulling ... ok
2026-06-05T18:53:20.7129164Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-05T18:53:21.2379317Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-05T18:53:21.2379549Z 
2026-06-05T18:53:21.2379706Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.27s
2026-06-05T18:53:21.2379924Z 
2026-06-05T18:53:21.2621239Z      Running tests\twohost.rs (target\debug\deps\twohost-24fb904a582be2fa.exe)
2026-06-05T18:53:21.8951096Z 
2026-06-05T18:53:21.8951352Z running 2 tests
2026-06-05T18:53:21.8953285Z test two_host_ladder_role_a ... ok
2026-06-05T18:53:21.8953466Z test two_host_ladder_role_b ... ok
2026-06-05T18:53:21.8953577Z 
2026-06-05T18:53:21.8953748Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:21.8953960Z 
2026-06-05T18:53:21.8971049Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-21f1537cb7d10119.exe)
2026-06-05T18:53:22.5338709Z 
2026-06-05T18:53:22.5338977Z running 2 tests
2026-06-05T18:53:22.7695933Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-05T18:53:22.7934227Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-05T18:53:22.7934425Z 
2026-06-05T18:53:22.7934581Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-05T18:53:22.7934802Z 
2026-06-05T18:53:22.7994989Z      Running tests\xfer.rs (target\debug\deps\xfer-731fc4a7b82e2161.exe)
2026-06-05T18:53:22.8305613Z 
2026-06-05T18:53:22.8305848Z running 2 tests
2026-06-05T18:53:23.1036734Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-05T18:53:23.1264402Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-05T18:53:23.1264582Z 
2026-06-05T18:53:23.1264745Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
2026-06-05T18:53:23.1264960Z 
2026-06-05T18:53:23.1363422Z      Running unittests src\lib.rs (target\debug\deps\spt_live-8abfcdb1e679687a.exe)
2026-06-05T18:53:23.1638357Z 
2026-06-05T18:53:23.1638537Z running 49 tests
2026-06-05T18:53:23.1642869Z test context::tests::llm_over_llm_writes ... ok
2026-06-05T18:53:23.1643237Z test context::tests::direct_always_writes ... ok
2026-06-05T18:53:23.1643796Z test context::tests::llm_within_window_suppressed ... ok
2026-06-05T18:53:23.1644342Z test context::tests::llm_past_window_writes ... ok
2026-06-05T18:53:23.1645140Z test echo::tests::provenance_is_stamped ... ok
2026-06-05T18:53:23.1646641Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-05T18:53:23.1839683Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-05T18:53:23.1841347Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-05T18:53:23.1842827Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-05T18:53:23.1844521Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-05T18:53:23.1845960Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-05T18:53:23.1847072Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-05T18:53:23.1848817Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-05T18:53:23.1850157Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-05T18:53:23.1851550Z test psyche::tests::prompt_without_event ... ok
2026-06-05T18:53:23.1895946Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-05T18:53:23.1907733Z test history::tests::fetcher_yields_records ... ok
2026-06-05T18:53:23.1953918Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-05T18:53:23.2008790Z test history::tests::native_reads_logged_records ... ok
2026-06-05T18:53:23.2013471Z test history::tests::native_missing_log_is_empty ... ok
2026-06-05T18:53:23.2015692Z test echo::tests::echo_nonzero_errors ... ok
2026-06-05T18:53:23.2086048Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-05T18:53:23.2111358Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-05T18:53:23.2152180Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-05T18:53:23.4794970Z test history::tests::fetcher_timeout_errors ... ok
2026-06-05T18:53:23.7796575Z test ingest::tests::both_drops_ingested ... ok
2026-06-05T18:53:24.1968940Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-05T18:53:24.5005382Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-05T18:53:24.5006631Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-05T18:53:24.5007597Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-05T18:53:24.5008641Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-05T18:53:24.5014153Z test ingest::tests::no_drops_is_empty ... ok
2026-06-05T18:53:24.5018551Z test signoff::tests::stale_signoff_swept ... ok
2026-06-05T18:53:24.5279618Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-05T18:53:24.5336307Z test turn::tests::turn_captures_stdout ... ok
2026-06-05T18:53:25.2810472Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-05T18:53:25.2954057Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-05T18:53:25.2970610Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-05T18:53:25.6839858Z test pulse::tests::tick_ingests_drops ... ok
2026-06-05T18:53:25.6855963Z test pulse::tests::tick_reports_idle ... ok
2026-06-05T18:53:26.1169041Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-05T18:53:26.3818702Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-05T18:53:27.0204928Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-05T18:53:27.4517158Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-05T18:53:27.4803053Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-05T18:53:27.9438278Z test resume::tests::download_composes_two_tiers ... ok
2026-06-05T18:53:27.9730839Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-05T18:53:27.9736713Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-05T18:53:28.8545875Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-05T18:53:28.8546058Z 
2026-06-05T18:53:28.8546208Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.69s
2026-06-05T18:53:28.8546427Z 
2026-06-05T18:53:28.8559880Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-7c358ccef53fe7d0.exe)
2026-06-05T18:53:29.0605583Z 
2026-06-05T18:53:29.0605825Z running 22 tests
2026-06-05T18:53:29.0615382Z test deliver::tests::deferred_send_validates ... ok
2026-06-05T18:53:29.0615931Z test ring::tests::ring_no_perch ... ok
2026-06-05T18:53:29.1219039Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-05T18:53:29.1219867Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-05T18:53:29.1220681Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-05T18:53:29.1226431Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-05T18:53:29.1231357Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-05T18:53:29.1433842Z test listener::tests::drop_unregisters_address ... ok
2026-06-05T18:53:29.1625165Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-05T18:53:29.1738559Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-05T18:53:29.1924385Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-05T18:53:29.1990550Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-05T18:53:29.2185342Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-05T18:53:29.2299812Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-05T18:53:29.2530112Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-05T18:53:29.3028389Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-05T18:53:29.3206480Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-05T18:53:29.3361962Z test ready::tests::backlog_drains_on_start ... ok
2026-06-05T18:53:29.3865960Z test deliver::tests::send_outcome_mapping ... ok
2026-06-05T18:53:29.4069643Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-05T18:53:29.5138879Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-05T18:53:31.1462212Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-05T18:53:31.1462431Z 
2026-06-05T18:53:31.1462624Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
2026-06-05T18:53:31.1462843Z 
2026-06-05T18:53:31.1479156Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-984c4034fa6a74ba.exe)
2026-06-05T18:53:31.1745577Z 
2026-06-05T18:53:31.1745734Z running 2 tests
2026-06-05T18:53:31.3210180Z test offline_then_online_delivers_backlog ... ok
2026-06-05T18:53:31.4000084Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-05T18:53:31.4000359Z 
2026-06-05T18:53:31.4000915Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-05T18:53:31.4001226Z 
2026-06-05T18:53:31.4017089Z      Running unittests src\lib.rs (target\debug\deps\spt_net-8e75d57a161aa0ff.exe)
2026-06-05T18:53:32.0353798Z 
2026-06-05T18:53:32.0354066Z running 98 tests
2026-06-05T18:53:32.0357129Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-05T18:53:32.0357948Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-05T18:53:32.0361507Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-05T18:53:32.0362048Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-05T18:53:32.0362775Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-05T18:53:32.0363420Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-05T18:53:32.0364174Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-05T18:53:32.0364781Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-05T18:53:32.0365383Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-05T18:53:32.0365894Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-05T18:53:32.0366305Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-05T18:53:32.0366765Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-05T18:53:32.0367434Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-05T18:53:32.0368100Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-05T18:53:32.0368668Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-05T18:53:32.0370703Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-05T18:53:32.0371204Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-05T18:53:32.0372314Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-05T18:53:32.0373023Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-05T18:53:32.0373821Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-05T18:53:32.0374340Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-05T18:53:32.0374746Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-05T18:53:32.0375498Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-05T18:53:32.0376117Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-05T18:53:32.0376986Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-05T18:53:32.0377429Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-05T18:53:32.0379379Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-05T18:53:32.0379885Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-05T18:53:32.0383819Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-05T18:53:32.0384424Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-05T18:53:32.0387037Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-05T18:53:32.0387591Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-05T18:53:32.0388670Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-05T18:53:32.0390248Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-05T18:53:32.0390799Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-05T18:53:32.0391495Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-05T18:53:32.0712321Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-05T18:53:32.0994246Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-05T18:53:32.1060493Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-05T18:53:32.1060944Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-05T18:53:32.1067643Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-05T18:53:32.1069739Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-05T18:53:32.1070311Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-05T18:53:32.1071517Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-05T18:53:32.1072130Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-05T18:53:32.1072612Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-05T18:53:32.1073087Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-05T18:53:32.1073640Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-05T18:53:32.1074193Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-05T18:53:32.1074801Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-05T18:53:32.1075340Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-05T18:53:32.1075905Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-05T18:53:32.1076373Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-05T18:53:32.1076798Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-05T18:53:32.1078731Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-05T18:53:32.1079252Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-05T18:53:32.1079643Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-05T18:53:32.1080260Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-05T18:53:32.1080725Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-05T18:53:32.1081210Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-05T18:53:32.1081728Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-05T18:53:32.1082390Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-05T18:53:32.1082882Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-05T18:53:32.1083501Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-05T18:53:32.1083944Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-05T18:53:32.1084404Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-05T18:53:32.1084915Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-05T18:53:32.1085421Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-05T18:53:32.1086036Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-05T18:53:32.1086569Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-05T18:53:32.1087408Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-05T18:53:32.1087906Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-05T18:53:32.1088477Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-05T18:53:32.1089003Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-05T18:53:32.1089463Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-05T18:53:32.1090118Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-05T18:53:32.1090528Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-05T18:53:32.1091552Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-05T18:53:32.1092404Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-05T18:53:32.1092791Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-05T18:53:32.1093364Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-05T18:53:32.1093995Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-05T18:53:32.1094428Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-05T18:53:32.1094858Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-05T18:53:32.1095353Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-05T18:53:32.1095855Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-05T18:53:32.1096278Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-05T18:53:32.1096662Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-05T18:53:32.1097106Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-05T18:53:32.1509572Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-05T18:53:32.1611929Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-05T18:53:32.1612317Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-05T18:53:32.1625185Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-05T18:53:32.2145308Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-05T18:53:32.2339776Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-05T18:53:32.2351088Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-05T18:53:32.2356103Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-05T18:53:32.2588042Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-05T18:53:32.2588298Z 
2026-06-05T18:53:32.2588827Z test result: ok. 97 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-05T18:53:32.2589061Z 
2026-06-05T18:53:32.2632943Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-e67c0d5e8c4795e8.exe)
2026-06-05T18:53:32.3332544Z 
2026-06-05T18:53:32.3332781Z running 54 tests
2026-06-05T18:53:32.3337265Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-05T18:53:32.3338948Z test addr::tests::display_round_trips ... ok
2026-06-05T18:53:32.3339497Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-05T18:53:32.3340005Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-05T18:53:32.3340281Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-05T18:53:32.3340879Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-05T18:53:32.3341311Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-05T18:53:32.3341638Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-05T18:53:32.3341992Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-05T18:53:32.3342226Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-05T18:53:32.3342578Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-05T18:53:32.3343859Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-05T18:53:32.3344118Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-05T18:53:32.3344355Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-05T18:53:32.3344568Z test endpoint::tests::broker_and_node_families ... ok
2026-06-05T18:53:32.3344830Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-05T18:53:32.3345400Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-05T18:53:32.3346270Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-05T18:53:32.3346528Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-05T18:53:32.3346751Z test envelope::tests::parser_both_tags_present ... ok
2026-06-05T18:53:32.3347026Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-05T18:53:32.3347375Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-05T18:53:32.3348190Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-05T18:53:32.3348507Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-05T18:53:32.3349080Z test event::tests::alarm_event_round_trips ... ok
2026-06-05T18:53:32.3349288Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-05T18:53:32.3349516Z test event::tests::attr_order_preserved ... ok
2026-06-05T18:53:32.3349771Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-05T18:53:32.3350066Z test event::tests::empty_body_envelope_parses ... ok
2026-06-05T18:53:32.3350915Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-05T18:53:32.3351786Z test event::tests::msg_event_round_trips ... ok
2026-06-05T18:53:32.3352119Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-05T18:53:32.3352515Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-05T18:53:32.3352831Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-05T18:53:32.3353579Z test id::tests::accepts_japanese_scripts ... ok
2026-06-05T18:53:32.3354352Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-05T18:53:32.3355335Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-05T18:53:32.3355677Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-05T18:53:32.3355899Z test id::tests::reports_bad_char_position ... ok
2026-06-05T18:53:32.3356101Z test id::tests::reserves_address_delimiters ... ok
2026-06-05T18:53:32.3356321Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-05T18:53:32.3356543Z test payload::tests::base64_known_vectors ... ok
2026-06-05T18:53:32.3356770Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-05T18:53:32.3357010Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-05T18:53:32.3357226Z test payload::tests::command_payload_round_trips ... ok
2026-06-05T18:53:32.3357438Z test payload::tests::text_payload_round_trips ... ok
2026-06-05T18:53:32.3357672Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-05T18:53:32.3357910Z test version::tests::current_version_self_compatible ... ok
2026-06-05T18:53:32.3358140Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-05T18:53:32.3358383Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-05T18:53:32.3358627Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-05T18:53:32.3436976Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-05T18:53:32.3514071Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-05T18:53:32.3681613Z test identity::tests::sign_verify_round_trip ... ok
2026-06-05T18:53:32.3681764Z 
2026-06-05T18:53:32.3681921Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-05T18:53:32.3682132Z 
2026-06-05T18:53:32.3695588Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-ead00a4ad35b02d7.exe)
2026-06-05T18:53:32.6187544Z 
2026-06-05T18:53:32.6187744Z running 24 tests
2026-06-05T18:53:32.6203020Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-05T18:53:32.6211379Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-05T18:53:32.6212610Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-05T18:53:32.6213236Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-05T18:53:32.6214302Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-05T18:53:32.6215068Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-05T18:53:32.6215690Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-05T18:53:32.6216449Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-05T18:53:32.6216964Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-05T18:53:32.6217383Z test manifest::tests::shell_fixture_parses ... ok
2026-06-05T18:53:32.6217765Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-05T18:53:32.6218139Z test runtime::tests::fills_known_placeholders ... ok
2026-06-05T18:53:32.6218540Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-05T18:53:32.6218960Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-05T18:53:32.6219478Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-05T18:53:32.6219853Z test runtime::tests::unknown_role_errors ... ok
2026-06-05T18:53:32.6224193Z test manifest::tests::round_trips_through_toml ... ok
2026-06-05T18:53:32.6225676Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-05T18:53:32.6278908Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-05T18:53:32.6357703Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-05T18:53:32.6374232Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-05T18:53:32.6458815Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-05T18:53:32.6492616Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-05T18:53:32.9391673Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-05T18:53:32.9391842Z 
2026-06-05T18:53:32.9392012Z test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-05T18:53:32.9392225Z 
2026-06-05T18:53:32.9406940Z      Running unittests src\lib.rs (target\debug\deps\spt_store-492ab34c597832e8.exe)
2026-06-05T18:53:33.1859964Z 
2026-06-05T18:53:33.1860195Z running 138 tests
2026-06-05T18:53:33.1866235Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-05T18:53:33.1867328Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-05T18:53:33.1867720Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-05T18:53:33.1868068Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-05T18:53:33.1868423Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-05T18:53:33.1868820Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-05T18:53:33.1869282Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-05T18:53:33.1871356Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-05T18:53:33.1872185Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-05T18:53:33.1872591Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-05T18:53:33.1873450Z test contextmark::tests::merge_decisions ... ok
2026-06-05T18:53:33.1873676Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-05T18:53:33.1931813Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-05T18:53:33.1938778Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-05T18:53:33.1945063Z test access::tests::recent_outbound_persists ... ok
2026-06-05T18:53:33.1964982Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-05T18:53:33.1991311Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-05T18:53:33.1995217Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-05T18:53:33.2014990Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-05T18:53:33.2027144Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-05T18:53:33.2027628Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-05T18:53:33.2029083Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-05T18:53:33.2195716Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-05T18:53:33.2295812Z test history::tests::appends_one_record_per_line ... ok
2026-06-05T18:53:33.2331560Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-05T18:53:33.2376736Z test home::tests::home_assignment_matrix ... ok
2026-06-05T18:53:33.2384335Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-05T18:53:33.2396739Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-05T18:53:33.2488150Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-05T18:53:33.2506538Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-05T18:53:33.2662119Z test info::tests::corrupt_content_returns_none ... ok
2026-06-05T18:53:33.2833319Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-05T18:53:33.2937850Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-05T18:53:33.3123145Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-05T18:53:33.3315404Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-05T18:53:33.3339504Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-05T18:53:33.3434357Z test info::tests::set_status_marks_existing_record ... ok
2026-06-05T18:53:33.3551941Z test info::tests::write_read_round_trip ... ok
2026-06-05T18:53:33.3552857Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-05T18:53:33.3683401Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-05T18:53:33.3700735Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-05T18:53:33.3863890Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-05T18:53:33.3870076Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-05T18:53:33.3947522Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-05T18:53:33.4137214Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-05T18:53:33.4173389Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-05T18:53:33.4318033Z test contextstore::tests::invalid_id_refused ... ok
2026-06-05T18:53:33.4364836Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-05T18:53:33.4687651Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-05T18:53:33.5109660Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-05T18:53:33.5129893Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-05T18:53:33.5262015Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-05T18:53:33.5473146Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-05T18:53:33.5536177Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-05T18:53:33.5536765Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-05T18:53:33.5540188Z test perch::tests::classification_matrix ... ok
2026-06-05T18:53:33.5557933Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-05T18:53:33.5641944Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-05T18:53:33.5647929Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-05T18:53:33.5666876Z test perch::tests::resolve_self_is_flat ... ok
2026-06-05T18:53:33.5682852Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-05T18:53:33.5685131Z test proc::tests::current_process_is_alive ... ok
2026-06-05T18:53:33.5689082Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-05T18:53:33.5692128Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-05T18:53:33.5695339Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-05T18:53:33.5715009Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-05T18:53:33.5720376Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-05T18:53:33.5751732Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-05T18:53:33.5793348Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-05T18:53:34.9961606Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-05T18:53:35.0036055Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-05T18:53:35.0464022Z test registry::tests::register_and_lookup ... ok
2026-06-05T18:53:35.0492192Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-05T18:53:35.1072481Z test registry::tests::reregister_replaces_address ... ok
2026-06-05T18:53:35.1318394Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-05T18:53:35.1404046Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-05T18:53:35.1706994Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-05T18:53:35.1769303Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-05T18:53:35.1777375Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-05T18:53:35.1797754Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-05T18:53:35.1817673Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-05T18:53:35.2070136Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-05T18:53:35.2126224Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-05T18:53:35.2180909Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-05T18:53:35.2288579Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-05T18:53:35.2961280Z test project::tests::derivation_ladder ... ok
2026-06-05T18:53:35.3191802Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-05T18:53:35.3288999Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-05T18:53:35.3841925Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-05T18:53:35.3890078Z test spool::tests::reopen_is_idempotent ... ok
2026-06-05T18:53:35.4327515Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-05T18:53:35.4339245Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-05T18:53:35.4383333Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-05T18:53:35.4385753Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-05T18:53:35.4527687Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-05T18:53:35.4532725Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-05T18:53:35.4559464Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-05T18:53:35.4565301Z test subnet::tests::remove_drops_membership ... ok
2026-06-05T18:53:35.4572062Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-05T18:53:35.4580681Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-05T18:53:35.4648644Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-05T18:53:35.4670994Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-05T18:53:35.4930642Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-05T18:53:35.4941534Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-05T18:53:35.5981186Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-05T18:53:35.6297071Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-05T18:53:35.6355497Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-05T18:53:35.6357775Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-05T18:53:35.6491239Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-05T18:53:35.6494820Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-05T18:53:35.6498148Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-05T18:53:35.6590735Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-05T18:53:35.6598774Z test trust::tests::revoke_removes_trust ... ok
2026-06-05T18:53:35.6736682Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-05T18:53:35.6739961Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-05T18:53:35.6747297Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-05T18:53:35.6749186Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-05T18:53:35.6790974Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-05T18:53:35.6793635Z test visibility::tests::override_wins_both_directions ... ok
2026-06-05T18:53:35.6928286Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-05T18:53:35.6929270Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-05T18:53:35.6942360Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-05T18:53:35.6982530Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-05T18:53:35.7060277Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-05T18:53:35.7160293Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-05T18:53:35.7212126Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-05T18:53:37.6515485Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-05T18:53:37.9751489Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-05T18:53:38.0830441Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-05T18:53:38.8328414Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-05T18:53:39.1299293Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-05T18:53:39.3990312Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-05T18:53:39.5554563Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-05T18:53:39.6055928Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-05T18:53:40.0328095Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-05T18:53:40.4888315Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-05T18:53:40.5739628Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-05T18:53:41.3615070Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-05T18:53:41.3615300Z 
2026-06-05T18:53:41.3615459Z test result: ok. 138 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.18s
2026-06-05T18:53:41.3615681Z 
2026-06-05T18:53:41.3630456Z      Running unittests src\lib.rs (target\debug\deps\spt_term-7ded13700447d846.exe)
2026-06-05T18:53:41.5416249Z 
2026-06-05T18:53:41.5416476Z running 8 tests
2026-06-05T18:53:41.5419907Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-05T18:53:41.5422615Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-05T18:53:41.5432720Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-05T18:53:41.5470680Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-05T18:53:41.5476256Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-05T18:53:41.5476882Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-05T18:53:41.5478675Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-05T18:53:41.5479744Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-05T18:53:41.5479948Z 
2026-06-05T18:53:41.5480100Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-05T18:53:41.5480524Z 
2026-06-05T18:53:41.5494511Z      Running tests\digest.rs (target\debug\deps\digest-6ac06f15f4beba54.exe)
2026-06-05T18:53:41.7156503Z 
2026-06-05T18:53:41.7156743Z running 1 test
2026-06-05T18:53:43.7835482Z test digest_parses_a_real_pty_stream ... ok
2026-06-05T18:53:43.7835657Z 
2026-06-05T18:53:43.7835821Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s
2026-06-05T18:53:43.7836024Z 
2026-06-05T18:53:43.7850474Z      Running tests\dsr.rs (target\debug\deps\dsr-c1b15907eaf4317b.exe)
2026-06-05T18:53:43.8505082Z 
2026-06-05T18:53:43.8505301Z running 2 tests
2026-06-05T18:53:43.8946604Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-05T18:53:43.8946837Z test drain_forwards_child_output ... ok
2026-06-05T18:53:43.8946954Z 
2026-06-05T18:53:43.8947124Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-05T18:53:43.8947331Z 
2026-06-05T18:53:43.8961616Z      Running tests\inject.rs (target\debug\deps\inject-4f10fcdc2739ad5c.exe)
2026-06-05T18:53:43.9591590Z 
2026-06-05T18:53:43.9591805Z running 2 tests
2026-06-05T18:53:44.0100826Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-05T18:53:44.0101159Z test ctrl_c_interrupts_the_child ... ok
2026-06-05T18:53:44.0101327Z 
2026-06-05T18:53:44.0101547Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-05T18:53:44.0101844Z 
2026-06-05T18:53:44.0115402Z      Running tests\stream.rs (target\debug\deps\stream-bf8700113ecf530b.exe)
2026-06-05T18:53:44.0772374Z 
2026-06-05T18:53:44.0772601Z running 2 tests
2026-06-05T18:53:44.1171861Z test delivers_every_value_under_resize ... ok
2026-06-05T18:53:45.0908701Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-05T18:53:45.0909566Z 
2026-06-05T18:53:45.0909729Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-05T18:53:45.0909947Z 
2026-06-05T18:53:45.0925858Z      Running tests\surface.rs (target\debug\deps\surface-b6cab82372962717.exe)
2026-06-05T18:53:45.1512842Z 
2026-06-05T18:53:45.1512984Z running 1 test
2026-06-05T18:53:45.1613524Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-05T18:53:45.1613718Z 
2026-06-05T18:53:45.1613870Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-05T18:53:45.1614078Z 
2026-06-05T18:53:45.1624244Z    Doc-tests spt_daemon
2026-06-05T18:53:45.4821131Z 
2026-06-05T18:53:45.4821357Z running 0 tests
2026-06-05T18:53:45.4821474Z 
2026-06-05T18:53:45.4821642Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.4821870Z 
2026-06-05T18:53:45.4888468Z    Doc-tests spt_live
2026-06-05T18:53:45.5461193Z 
2026-06-05T18:53:45.5461380Z running 0 tests
2026-06-05T18:53:45.5461496Z 
2026-06-05T18:53:45.5461679Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.5461887Z 
2026-06-05T18:53:45.5511806Z    Doc-tests spt_msg
2026-06-05T18:53:45.5988299Z 
2026-06-05T18:53:45.5988461Z running 0 tests
2026-06-05T18:53:45.5988593Z 
2026-06-05T18:53:45.5988849Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.5989200Z 
2026-06-05T18:53:45.6035242Z    Doc-tests spt_net
2026-06-05T18:53:45.8042103Z 
2026-06-05T18:53:45.8042370Z running 0 tests
2026-06-05T18:53:45.8042487Z 
2026-06-05T18:53:45.8042666Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.8042879Z 
2026-06-05T18:53:45.8107082Z    Doc-tests spt_proto
2026-06-05T18:53:45.8566141Z 
2026-06-05T18:53:45.8566347Z running 0 tests
2026-06-05T18:53:45.8566447Z 
2026-06-05T18:53:45.8566636Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.8566848Z 
2026-06-05T18:53:45.8613647Z    Doc-tests spt_runtime
2026-06-05T18:53:45.9709128Z 
2026-06-05T18:53:45.9709293Z running 0 tests
2026-06-05T18:53:45.9709392Z 
2026-06-05T18:53:45.9709567Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:45.9709783Z 
2026-06-05T18:53:45.9767597Z    Doc-tests spt_store
2026-06-05T18:53:46.1044459Z 
2026-06-05T18:53:46.1044710Z running 0 tests
2026-06-05T18:53:46.1044830Z 
2026-06-05T18:53:46.1045001Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:46.1045212Z 
2026-06-05T18:53:46.1105775Z    Doc-tests spt_term
2026-06-05T18:53:46.1598483Z 
2026-06-05T18:53:46.1598636Z running 0 tests
2026-06-05T18:53:46.1598738Z 
2026-06-05T18:53:46.1598909Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T18:53:46.1599139Z 
2026-06-05T18:53:51.3334587Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-05T18:53:51.3334934Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-05T18:53:51.3337705Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:53:51.3337910Z ##[endgroup]
2026-06-05T18:53:52.1501035Z     Checking cfg-if v1.0.4
2026-06-05T18:53:52.1501242Z     Checking windows-link v0.2.1
2026-06-05T18:53:52.1501415Z     Checking typenum v1.20.1
2026-06-05T18:53:52.1506038Z     Checking critical-section v1.2.0
2026-06-05T18:53:52.1506338Z     Checking subtle v2.6.1
2026-06-05T18:53:52.1506704Z     Checking memchr v2.8.1
2026-06-05T18:53:52.1516695Z     Checking smallvec v1.15.1
2026-06-05T18:53:52.1517930Z     Checking cpufeatures v0.2.17
2026-06-05T18:53:52.1519730Z     Checking serde_core v1.0.228
2026-06-05T18:53:52.1520015Z     Checking pin-project-lite v0.2.17
2026-06-05T18:53:52.1520866Z     Checking itoa v1.0.18
2026-06-05T18:53:52.1521172Z     Checking equivalent v1.0.2
2026-06-05T18:53:52.1521404Z     Checking log v0.4.30
2026-06-05T18:53:52.1521628Z     Checking hashbrown v0.17.1
2026-06-05T18:53:52.1523480Z     Checking futures-core v0.3.32
2026-06-05T18:53:52.1529312Z     Checking zeroize v1.8.2
2026-06-05T18:53:52.2038301Z     Checking windows-sys v0.61.2
2026-06-05T18:53:52.2194498Z     Checking getrandom v0.2.17
2026-06-05T18:53:52.2361484Z     Checking rand_core v0.10.1
2026-06-05T18:53:52.2530266Z     Checking bytes v1.11.1
2026-06-05T18:53:52.2809901Z     Checking stable_deref_trait v1.2.1
2026-06-05T18:53:52.2908109Z     Checking zerofrom v0.1.8
2026-06-05T18:53:52.2924610Z     Checking libc v0.2.186
2026-06-05T18:53:52.2993689Z     Checking slab v0.4.12
2026-06-05T18:53:52.3132968Z     Checking bitflags v2.11.1
2026-06-05T18:53:52.3237654Z     Checking futures-sink v0.3.32
2026-06-05T18:53:52.3308912Z     Checking futures-io v0.3.32
2026-06-05T18:53:52.3363223Z     Checking futures-task v0.3.32
2026-06-05T18:53:52.3500774Z     Checking rand_core v0.6.4
2026-06-05T18:53:52.3503539Z     Checking zerocopy v0.8.50
2026-06-05T18:53:52.3787296Z     Checking getrandom v0.4.2
2026-06-05T18:53:52.4181054Z     Checking yoke v0.8.2
2026-06-05T18:53:52.4461815Z     Checking signature v2.2.0
2026-06-05T18:53:52.4610685Z     Checking futures-channel v0.3.32
2026-06-05T18:53:52.4610981Z     Checking fastrand v2.4.1
2026-06-05T18:53:52.4803105Z     Checking libsqlite3-sys v0.30.1
2026-06-05T18:53:52.4898770Z     Checking zmij v1.0.21
2026-06-05T18:53:52.5016670Z     Checking fallible-streaming-iterator v0.1.9
2026-06-05T18:53:52.5263583Z     Checking litemap v0.8.2
2026-06-05T18:53:52.5263912Z     Checking writeable v0.6.3
2026-06-05T18:53:52.5788822Z     Checking ed25519 v2.2.3
2026-06-05T18:53:52.6315836Z     Checking zerovec v0.11.6
2026-06-05T18:53:52.6398000Z     Checking fallible-iterator v0.3.0
2026-06-05T18:53:52.6763242Z     Checking zerotrie v0.2.4
2026-06-05T18:53:52.6837073Z     Checking windows_x86_64_msvc v0.52.6
2026-06-05T18:53:52.7067219Z     Checking futures-util v0.3.32
2026-06-05T18:53:52.7232191Z     Checking utf8_iter v1.0.4
2026-06-05T18:53:52.7232583Z     Checking icu_normalizer_data v2.2.0
2026-06-05T18:53:52.7328126Z     Checking icu_properties_data v2.2.0
2026-06-05T18:53:52.7343939Z     Checking percent-encoding v2.3.2
2026-06-05T18:53:52.7391676Z     Checking http v1.4.1
2026-06-05T18:53:52.7431567Z     Checking windows-targets v0.52.6
2026-06-05T18:53:52.7531221Z     Checking cpufeatures v0.3.0
2026-06-05T18:53:52.7958043Z     Checking indexmap v2.14.0
2026-06-05T18:53:52.8166929Z     Checking windows-sys v0.59.0
2026-06-05T18:53:52.8278091Z     Checking thiserror v2.0.18
2026-06-05T18:53:52.8316996Z     Checking chacha20 v0.10.0
2026-06-05T18:53:52.8442034Z     Checking rustls-pki-types v1.14.1
2026-06-05T18:53:52.8661066Z     Checking form_urlencoded v1.2.2
2026-06-05T18:53:52.9082214Z    Compiling strsim v0.11.1
2026-06-05T18:53:52.9353356Z     Checking untrusted v0.9.0
2026-06-05T18:53:52.9353702Z    Compiling fnv v1.0.7
2026-06-05T18:53:52.9701685Z     Checking windows-strings v0.5.1
2026-06-05T18:53:53.0108706Z     Checking windows-result v0.4.1
2026-06-05T18:53:53.0437301Z     Checking scopeguard v1.2.0
2026-06-05T18:53:53.0437684Z     Checking ring v0.17.14
2026-06-05T18:53:53.0541029Z     Checking rand v0.10.1
2026-06-05T18:53:53.1502536Z    Compiling darling_core v0.20.11
2026-06-05T18:53:53.1668464Z     Checking lock_api v0.4.14
2026-06-05T18:53:53.1699209Z     Checking const-oid v0.10.2
2026-06-05T18:53:53.1713084Z     Checking atomic-waker v1.1.2
2026-06-05T18:53:53.1716355Z     Checking tinystr v0.8.3
2026-06-05T18:53:53.2196447Z     Checking generic-array v0.14.7
2026-06-05T18:53:53.2955902Z     Checking potential_utf v0.1.5
2026-06-05T18:53:53.3571904Z     Checking num-traits v0.2.19
2026-06-05T18:53:53.3725786Z     Checking derive_more v2.1.1
2026-06-05T18:53:53.3741157Z     Checking icu_locale_core v2.2.0
2026-06-05T18:53:53.4191605Z     Checking http-body v1.0.1
2026-06-05T18:53:53.4389980Z     Checking icu_collections v2.2.0
2026-06-05T18:53:53.4557626Z     Checking hybrid-array v0.4.12
2026-06-05T18:53:53.4656549Z     Checking base64ct v1.8.3
2026-06-05T18:53:53.5020614Z     Checking httparse v1.10.1
2026-06-05T18:53:53.5597442Z     Checking try-lock v0.2.5
2026-06-05T18:53:53.6493613Z     Checking base64 v0.22.1
2026-06-05T18:53:53.6722220Z     Checking data-encoding v2.11.0
2026-06-05T18:53:53.6938799Z     Checking pem-rfc7468 v1.0.0
2026-06-05T18:53:53.7096792Z     Checking tower-service v0.3.3
2026-06-05T18:53:53.7764189Z     Checking tinyvec_macros v0.1.1
2026-06-05T18:53:53.7880207Z     Checking want v0.3.1
2026-06-05T18:53:53.8177563Z     Checking crypto-common v0.1.7
2026-06-05T18:53:53.8420579Z     Checking block-buffer v0.10.4
2026-06-05T18:53:53.8468493Z     Checking tinyvec v1.11.0
2026-06-05T18:53:53.9076334Z     Checking der v0.8.0-rc.10
2026-06-05T18:53:53.9534958Z     Checking inout v0.1.4
2026-06-05T18:53:53.9658197Z     Checking windows-core v0.62.2
2026-06-05T18:53:53.9803223Z     Checking digest v0.10.7
2026-06-05T18:53:54.0042638Z     Checking n0-error v0.1.3
2026-06-05T18:53:54.0252743Z     Checking winapi v0.3.9
2026-06-05T18:53:54.0303585Z     Checking block-buffer v0.12.0
2026-06-05T18:53:54.0664650Z     Checking crypto-common v0.2.2
2026-06-05T18:53:54.1673893Z     Checking icu_provider v2.2.0
2026-06-05T18:53:54.1747553Z    Compiling anyhow v1.0.102
2026-06-05T18:53:54.1966273Z     Checking serial-core v0.4.0
2026-06-05T18:53:54.2090027Z     Checking rustls-webpki v0.103.13
2026-06-05T18:53:54.2186051Z     Checking sha2 v0.10.9
2026-06-05T18:53:54.2208769Z     Checking serde v1.0.228
2026-06-05T18:53:54.2578808Z     Checking curve25519-dalek v4.1.3
2026-06-05T18:53:54.6202222Z     Checking serde_json v1.0.150
2026-06-05T18:53:54.6453972Z     Checking parking v2.2.1
2026-06-05T18:53:54.6486926Z     Checking spin v0.10.0
2026-06-05T18:53:54.6514244Z     Checking icu_normalizer v2.2.0
2026-06-05T18:53:54.6731124Z     Checking icu_properties v2.2.0
2026-06-05T18:53:54.7832808Z     Checking httpdate v1.0.3
2026-06-05T18:53:54.8083901Z     Checking cordyceps v0.3.4
2026-06-05T18:53:54.8095327Z     Checking diatomic-waker v0.2.3
2026-06-05T18:53:54.9204024Z     Checking spki v0.8.0-rc.4
2026-06-05T18:53:54.9687581Z     Checking futures-lite v2.6.1
2026-06-05T18:53:54.9687950Z     Checking digest v0.11.3
2026-06-05T18:53:54.9954164Z     Checking serial-windows v0.4.0
2026-06-05T18:53:55.0128795Z     Checking pin-project v1.1.13
2026-06-05T18:53:55.0164894Z     Checking thiserror v1.0.69
2026-06-05T18:53:55.0246823Z     Checking portable-atomic v1.13.1
2026-06-05T18:53:55.0841458Z     Checking ipnet v2.12.0
2026-06-05T18:53:55.0994195Z     Checking futures-buffered v0.2.13
2026-06-05T18:53:55.1214404Z     Checking toml_datetime v0.6.11
2026-06-05T18:53:55.1303665Z     Checking serde_spanned v0.6.9
2026-06-05T18:53:55.1304031Z     Checking cipher v0.4.4
2026-06-05T18:53:55.1368199Z     Checking memoffset v0.6.5
2026-06-05T18:53:55.2566317Z     Checking universal-hash v0.5.1
2026-06-05T18:53:55.2805919Z     Checking parking_lot_core v0.9.12
2026-06-05T18:53:55.3123349Z     Checking aho-corasick v1.1.4
2026-06-05T18:53:55.3495024Z     Checking sync_wrapper v1.0.2
2026-06-05T18:53:55.3518175Z    Compiling powerfmt v0.2.0
2026-06-05T18:53:55.3755592Z     Checking pin-utils v0.1.0
2026-06-05T18:53:55.3756051Z     Checking toml_write v0.1.2
2026-06-05T18:53:55.4352368Z     Checking ed25519-dalek v2.2.0
2026-06-05T18:53:55.4461062Z     Checking either v1.16.0
2026-06-05T18:53:55.4559465Z     Checking bitflags v1.3.2
2026-06-05T18:53:55.4766710Z     Checking once_cell v1.21.4
2026-06-05T18:53:55.4960657Z     Checking regex-syntax v0.8.10
2026-06-05T18:53:55.5298982Z     Checking lazy_static v1.5.0
2026-06-05T18:53:55.5426093Z     Checking opaque-debug v0.3.1
2026-06-05T18:53:55.5426383Z     Checking byteorder v1.5.0
2026-06-05T18:53:55.5940998Z     Checking winnow v0.7.15
2026-06-05T18:53:55.6191117Z     Checking polyval v0.6.2
2026-06-05T18:53:55.6327436Z     Checking shared_library v0.1.9
2026-06-05T18:53:55.6465097Z     Checking spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-05T18:53:55.6546917Z     Checking tracing-core v0.1.36
2026-06-05T18:53:55.6567774Z     Checking rustls v0.23.40
2026-06-05T18:53:55.6575020Z     Checking prefix-trie v0.8.4
2026-06-05T18:53:55.7571396Z     Checking hash32 v0.2.1
2026-06-05T18:53:55.7753947Z     Checking nix v0.25.1
2026-06-05T18:53:55.7773159Z    Compiling deranged v0.5.8
2026-06-05T18:53:55.8032583Z     Checking idna_adapter v1.2.2
2026-06-05T18:53:55.8630975Z     Checking parking_lot v0.12.5
2026-06-05T18:53:55.8693540Z     Checking ahash v0.8.12
2026-06-05T18:53:55.9109113Z     Checking idna v1.1.0
2026-06-05T18:53:55.9109540Z     Checking serial v0.4.0
2026-06-05T18:53:55.9441400Z     Checking pkcs8 v0.11.0-rc.10
2026-06-05T18:53:55.9717949Z     Checking tracing v0.1.44
2026-06-05T18:53:56.0086260Z     Checking futures-executor v0.3.32
2026-06-05T18:53:56.0291439Z     Checking hashbrown v0.14.5
2026-06-05T18:53:56.0403722Z     Checking crossbeam-utils v0.8.21
2026-06-05T18:53:56.1011067Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T18:53:56.1055822Z     Checking spin v0.9.8
2026-06-05T18:53:56.1603606Z     Checking windows-threading v0.2.1
2026-06-05T18:53:56.1687924Z     Checking url v2.5.8
2026-06-05T18:53:56.2051116Z     Checking tower-layer v0.3.3
2026-06-05T18:53:56.2744349Z     Checking signature v3.0.0
2026-06-05T18:53:56.2953846Z    Compiling time-core v0.1.8
2026-06-05T18:53:56.3090702Z     Checking filedescriptor v0.8.3
2026-06-05T18:53:56.3472061Z     Checking winreg v0.10.1
2026-06-05T18:53:56.3806035Z     Checking downcast-rs v1.2.1
2026-06-05T18:53:56.3829652Z    Compiling num-conv v0.2.2
2026-06-05T18:53:56.4054387Z     Checking shell-words v1.1.1
2026-06-05T18:53:56.4134176Z     Checking ed25519 v3.0.0-rc.4
2026-06-05T18:53:56.4756288Z     Checking heapless v0.7.17
2026-06-05T18:53:56.4838777Z     Checking windows-future v0.3.2
2026-06-05T18:53:56.4839123Z     Checking futures v0.3.32
2026-06-05T18:53:56.4876941Z    Compiling darling_macro v0.20.11
2026-06-05T18:53:56.5106665Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-05T18:53:56.5203726Z     Checking portable-pty v0.8.1
2026-06-05T18:53:56.5248523Z     Checking hashlink v0.9.1
2026-06-05T18:53:56.5656547Z     Checking ghash v0.5.1
2026-06-05T18:53:56.5759893Z     Checking aes v0.8.4
2026-06-05T18:53:56.5760183Z     Checking ctr v0.9.2
2026-06-05T18:53:56.6675843Z     Checking hickory-proto v0.26.0-beta.4
2026-06-05T18:53:56.6867898Z    Compiling proc-macro-crate v3.5.0
2026-06-05T18:53:56.7342901Z     Checking sha2 v0.11.0-rc.5
2026-06-05T18:53:56.7926871Z     Checking windows-numerics v0.3.1
2026-06-05T18:53:56.8347627Z     Checking rusqlite v0.32.1
2026-06-05T18:53:56.9405943Z     Checking windows-collections v0.3.2
2026-06-05T18:53:56.9931653Z    Compiling darling v0.20.11
2026-06-05T18:53:56.9932267Z    Compiling time v0.3.47
2026-06-05T18:53:56.9980283Z     Checking aead v0.5.2
2026-06-05T18:53:57.0036846Z     Checking http-body-util v0.1.3
2026-06-05T18:53:57.0361193Z     Checking cobs v0.3.0
2026-06-05T18:53:57.1040322Z     Checking widestring v1.2.1
2026-06-05T18:53:57.1355581Z     Checking regex-automata v0.4.14
2026-06-05T18:53:57.1960372Z     Checking toml_edit v0.22.27
2026-06-05T18:53:57.2622547Z    Compiling derive_builder_core v0.20.2
2026-06-05T18:53:57.2775018Z     Checking postcard v1.1.3
2026-06-05T18:53:57.3538614Z     Checking aes-gcm v0.10.3
2026-06-05T18:53:57.3715734Z     Checking windows v0.62.2
2026-06-05T18:53:57.4399973Z     Checking data-encoding-macro v0.1.20
2026-06-05T18:53:57.4645706Z    Compiling num_enum_derive v0.7.6
2026-06-05T18:53:57.5196351Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-05T18:53:57.5392215Z     Checking crossbeam-epoch v0.9.18
2026-06-05T18:53:57.5578540Z     Checking crossbeam-channel v0.5.15
2026-06-05T18:53:57.5637570Z     Checking spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-05T18:53:57.6166867Z     Checking chrono v0.4.44
2026-06-05T18:53:57.7644411Z     Checking windows-registry v0.6.1
2026-06-05T18:53:57.7864879Z     Checking uuid v1.23.2
2026-06-05T18:53:57.8795603Z     Checking rustc-hash v2.1.2
2026-06-05T18:53:57.9303056Z     Checking xml-rs v0.8.28
2026-06-05T18:53:57.9444204Z     Checking tagptr v0.2.0
2026-06-05T18:53:58.0736471Z     Checking foldhash v0.2.0
2026-06-05T18:53:58.0736798Z     Checking identity-hash v0.1.0
2026-06-05T18:53:58.1599494Z     Checking mac-addr v0.3.0
2026-06-05T18:53:58.1886225Z     Checking sorted-index-buffer v0.2.1
2026-06-05T18:53:58.2966569Z     Checking allocator-api2 v0.2.21
2026-06-05T18:53:58.3188561Z     Checking lru-slab v0.1.2
2026-06-05T18:53:58.3188858Z     Checking ryu v1.0.23
2026-06-05T18:53:58.3234744Z     Checking moka v0.12.15
2026-06-05T18:53:58.3618803Z     Checking strum v0.28.0
2026-06-05T18:53:58.4272139Z     Checking xmltree v0.10.3
2026-06-05T18:53:58.4485845Z     Checking noq-proto v0.17.0
2026-06-05T18:53:58.4489633Z     Checking iroh-metrics v0.38.3
2026-06-05T18:53:58.4519350Z     Checking iroh-base v0.98.0
2026-06-05T18:53:58.4592238Z     Checking attohttpc v0.30.1
2026-06-05T18:53:58.4832170Z    Compiling derive_builder_macro v0.20.2
2026-06-05T18:53:58.5789391Z     Checking simple-dns v0.9.3
2026-06-05T18:53:58.5873890Z     Checking toml v0.8.23
2026-06-05T18:53:58.6293669Z     Checking hashbrown v0.16.1
2026-06-05T18:53:58.6619195Z     Checking num_enum v0.7.6
2026-06-05T18:53:58.8209714Z     Checking resolv-conf v0.7.6
2026-06-05T18:53:58.8210108Z     Checking regex v1.12.3
2026-06-05T18:53:58.8462745Z     Checking arrayref v0.3.9
2026-06-05T18:53:58.8519661Z     Checking simdutf8 v0.1.5
2026-06-05T18:53:58.9057056Z    Compiling derive_builder v0.20.2
2026-06-05T18:53:58.9180675Z     Checking spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-05T18:53:58.9272756Z     Checking constant_time_eq v0.4.2
2026-06-05T18:53:58.9393790Z     Checking smol_str v0.1.24
2026-06-05T18:53:58.9595343Z     Checking arrayvec v0.7.6
2026-06-05T18:53:58.9927985Z     Checking sha1_smol v1.0.1
2026-06-05T18:53:59.0422819Z     Checking serde_bytes v0.11.19
2026-06-05T18:53:59.0423150Z     Checking hmac v0.12.1
2026-06-05T18:53:59.0609419Z     Checking webpki-roots v1.0.7
2026-06-05T18:53:59.0819807Z     Checking cmov v0.5.4
2026-06-05T18:53:59.0920961Z     Checking sha1 v0.10.6
2026-06-05T18:53:59.1240162Z    Compiling vergen-lib v9.1.0
2026-06-05T18:53:59.1405941Z    Compiling vergen-lib v0.1.6
2026-06-05T18:53:59.1539498Z     Checking spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-05T18:53:59.1573160Z     Checking spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-05T18:53:59.1642579Z     Checking blake3 v1.8.5
2026-06-05T18:53:59.1752463Z     Checking recvmsg v1.0.0
2026-06-05T18:53:59.1828652Z     Checking hkdf v0.12.4
2026-06-05T18:53:59.2039938Z     Checking lru v0.16.4
2026-06-05T18:53:59.2051727Z     Checking anstyle v1.0.14
2026-06-05T18:53:59.2430247Z     Checking once_cell_polyfill v1.70.2
2026-06-05T18:53:59.2691921Z    Compiling vergen v9.1.0
2026-06-05T18:53:59.2863855Z     Checking ctutils v0.4.2
2026-06-05T18:53:59.2931324Z     Checking spake2 v0.4.0
2026-06-05T18:53:59.3464258Z    Compiling vergen-gitcl v1.0.8
2026-06-05T18:53:59.3512447Z     Checking utf8parse v0.2.2
2026-06-05T18:53:59.3702446Z     Checking is_terminal_polyfill v1.70.2
2026-06-05T18:53:59.3922312Z     Checking colorchoice v1.0.5
2026-06-05T18:53:59.4307609Z     Checking clap_lex v1.1.0
2026-06-05T18:53:59.4469427Z     Checking anstyle-parse v1.0.0
2026-06-05T18:53:59.4633112Z     Checking mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-05T18:53:59.7405950Z    Compiling iroh-relay v0.98.0
2026-06-05T18:53:59.7770504Z     Checking socket2 v0.6.4
2026-06-05T18:53:59.7770820Z     Checking mio v1.2.1
2026-06-05T18:53:59.7771091Z     Checking tempfile v3.27.0
2026-06-05T18:53:59.7771482Z     Checking rustls-platform-verifier v0.7.0
2026-06-05T18:53:59.7771897Z     Checking netdev v0.42.0
2026-06-05T18:53:59.7772308Z     Checking seize v0.5.1
2026-06-05T18:53:59.7772626Z     Checking interprocess v2.4.2
2026-06-05T18:53:59.7772962Z     Checking anstyle-query v1.1.5
2026-06-05T18:53:59.7773929Z     Checking anstyle-wincon v3.0.11
2026-06-05T18:53:59.9283222Z     Checking anstream v1.0.0
2026-06-05T18:53:59.9430302Z     Checking papaya v0.2.4
2026-06-05T18:54:00.0340769Z     Checking noq-udp v0.10.0
2026-06-05T18:54:00.1202134Z     Checking ipconfig v0.3.4
2026-06-05T18:54:00.1314352Z     Checking spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-05T18:54:00.1568434Z     Checking tokio v1.52.3
2026-06-05T18:54:00.1728418Z     Checking clap_builder v4.6.0
2026-06-05T18:54:01.2326093Z     Checking clap v4.6.1
2026-06-05T18:54:02.3000245Z     Checking tokio-util v0.7.18
2026-06-05T18:54:02.3000472Z     Checking tokio-rustls v0.26.4
2026-06-05T18:54:02.3000653Z     Checking tower v0.5.3
2026-06-05T18:54:02.3000904Z     Checking acto v0.8.2
2026-06-05T18:54:02.3001286Z     Checking backon v1.6.0
2026-06-05T18:54:02.5704603Z     Checking tower-http v0.6.11
2026-06-05T18:54:02.5847403Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-05T18:54:02.6676945Z     Checking h2 v0.4.14
2026-06-05T18:54:02.6677177Z     Checking n0-future v0.3.2
2026-06-05T18:54:02.6677588Z     Checking tokio-stream v0.1.18
2026-06-05T18:54:02.6678008Z     Checking tokio-websockets v0.13.2
2026-06-05T18:54:02.7682532Z     Checking n0-watcher v0.6.1
2026-06-05T18:54:02.7682857Z     Checking iroh-dns v0.98.0
2026-06-05T18:54:02.9585505Z     Checking noq v0.18.0
2026-06-05T18:54:03.7405658Z     Checking wmi v0.18.4
2026-06-05T18:54:04.0649967Z     Checking netwatch v0.16.0
2026-06-05T18:54:04.5134757Z     Checking hyper v1.10.1
2026-06-05T18:54:04.5134981Z     Checking hickory-net v0.26.0-beta.4
2026-06-05T18:54:05.1152938Z     Checking hyper-util v0.1.20
2026-06-05T18:54:05.1567649Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-05T18:54:05.7662690Z     Checking hyper-rustls v0.27.9
2026-06-05T18:54:05.7662997Z     Checking igd-next v0.17.1
2026-06-05T18:54:05.8783889Z     Checking reqwest v0.13.4
2026-06-05T18:54:06.0000310Z     Checking portmapper v0.16.0
2026-06-05T18:54:07.0587109Z     Checking iroh v0.98.2
2026-06-05T18:54:10.2557739Z     Checking spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-05T18:54:11.2090977Z     Checking spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-05T18:54:13.0366428Z     Checking spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-05T18:54:14.8375631Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.21s
2026-06-05T18:54:15.0266338Z ##[group]Run actions/checkout@v5
2026-06-05T18:54:15.0266553Z with:
2026-06-05T18:54:15.0266719Z   repository: SaberMage/spt-shell-notify
2026-06-05T18:54:15.0266913Z   path: .adapter-notify
2026-06-05T18:54:15.0268758Z   token: ***
2026-06-05T18:54:15.0268888Z   ssh-strict: true
2026-06-05T18:54:15.0269021Z   ssh-user: git
2026-06-05T18:54:15.0269155Z   persist-credentials: true
2026-06-05T18:54:15.0269300Z   clean: true
2026-06-05T18:54:15.0269434Z   sparse-checkout-cone-mode: true
2026-06-05T18:54:15.0269604Z   fetch-depth: 1
2026-06-05T18:54:15.0269732Z   fetch-tags: false
2026-06-05T18:54:15.0269860Z   show-progress: true
2026-06-05T18:54:15.0269990Z   lfs: false
2026-06-05T18:54:15.0270108Z   submodules: false
2026-06-05T18:54:15.0270243Z   set-safe-directory: true
2026-06-05T18:54:15.0270385Z ##[endgroup]
2026-06-05T18:54:15.0983381Z Syncing repository: SaberMage/spt-shell-notify
2026-06-05T18:54:15.0988603Z ##[group]Getting Git version info
2026-06-05T18:54:15.0989434Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-05T18:54:15.1375309Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T18:54:15.1581376Z git version 2.43.0.windows.1
2026-06-05T18:54:15.1611725Z ##[endgroup]
2026-06-05T18:54:15.1619250Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9ab24ac4-1365-4193-9a5c-f5494d731a98\.gitconfig'
2026-06-05T18:54:15.1633052Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9ab24ac4-1365-4193-9a5c-f5494d731a98' before making global git config changes
2026-06-05T18:54:15.1633517Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:54:15.1638531Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-05T18:54:15.1876552Z ##[group]Initializing the repository
2026-06-05T18:54:15.1881526Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-05T18:54:15.2200842Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-05T18:54:15.2230971Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-05T18:54:15.2505934Z ##[endgroup]
2026-06-05T18:54:15.2506197Z ##[group]Disabling automatic garbage collection
2026-06-05T18:54:15.2511443Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T18:54:15.2736399Z ##[endgroup]
2026-06-05T18:54:15.2736677Z ##[group]Setting up auth
2026-06-05T18:54:15.2743013Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:54:15.2966706Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T18:54:15.6635050Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:54:15.6867060Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T18:54:16.0790288Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:54:16.1013026Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T18:54:16.4668321Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T18:54:16.4959042Z ##[endgroup]
2026-06-05T18:54:16.4959299Z ##[group]Determining the default branch
2026-06-05T18:54:16.4962029Z Retrieving the default branch name
2026-06-05T18:54:16.9789898Z Default branch 'main'
2026-06-05T18:54:16.9790343Z ##[endgroup]
2026-06-05T18:54:16.9790613Z ##[group]Fetching the repository
2026-06-05T18:54:16.9797015Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-05T18:54:17.7816486Z From https://github.com/SaberMage/spt-shell-notify
2026-06-05T18:54:17.7816743Z  * [new branch]      main       -> origin/main
2026-06-05T18:54:17.7932327Z ##[endgroup]
2026-06-05T18:54:17.7932578Z ##[group]Determining the checkout info
2026-06-05T18:54:17.7933717Z ##[endgroup]
2026-06-05T18:54:17.7939575Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T18:54:17.8189395Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T18:54:17.8409637Z ##[group]Checking out the ref
2026-06-05T18:54:17.8414871Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-05T18:54:17.8721751Z branch 'main' set up to track 'origin/main'.
2026-06-05T18:54:17.8721956Z Reset branch 'main'
2026-06-05T18:54:17.8745798Z ##[endgroup]
2026-06-05T18:54:17.8988912Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T18:54:17.9188184Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-05T18:54:17.9452781Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-05T18:54:17.9453139Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-05T18:54:17.9455987Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:54:17.9456201Z ##[endgroup]
2026-06-05T18:54:18.2083651Z     Updating crates.io index
2026-06-05T18:54:18.2820214Z      Locking 11 packages to latest compatible versions
2026-06-05T18:54:18.3253849Z    Compiling zmij v1.0.21
2026-06-05T18:54:18.3254229Z    Compiling serde_core v1.0.228
2026-06-05T18:54:18.3254612Z    Compiling serde_json v1.0.150
2026-06-05T18:54:18.3254860Z    Compiling memchr v2.8.1
2026-06-05T18:54:18.3255120Z    Compiling itoa v1.0.18
2026-06-05T18:54:20.4013797Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-05T18:54:20.7438776Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
2026-06-05T18:54:20.9056227Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-05T18:54:20.9056574Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-05T18:54:20.9059251Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:54:20.9059455Z env:
2026-06-05T18:54:20.9059718Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-05T18:54:20.9060007Z ##[endgroup]
2026-06-05T18:54:21.6439615Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
2026-06-05T18:54:21.6625601Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-3a57910fef4c6e12.exe)
2026-06-05T18:54:21.6741116Z 
2026-06-05T18:54:21.6741262Z running 1 test
2026-06-05T18:54:22.4462538Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-05T18:54:22.4462710Z 
2026-06-05T18:54:22.4462913Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
2026-06-05T18:54:22.4463179Z 
2026-06-05T18:54:22.5912853Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-05T18:54:22.5913188Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-05T18:54:22.5915803Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-05T18:54:22.5916005Z env:
2026-06-05T18:54:22.5916119Z   SPT_INSTALL_E2E: 1
2026-06-05T18:54:22.5916244Z ##[endgroup]
2026-06-05T18:54:23.3108586Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
2026-06-05T18:54:23.3285741Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-bb573ea4b8052087.exe)
2026-06-05T18:54:23.3407887Z 
2026-06-05T18:54:23.3407987Z running 1 test
2026-06-05T18:54:30.8107471Z test install_script_against_staged_release ... ok
2026-06-05T18:54:30.8107642Z 
2026-06-05T18:54:30.8107803Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.47s
2026-06-05T18:54:30.8108017Z 
2026-06-05T18:54:30.9731108Z Post job cleanup.
2026-06-05T18:54:31.0800397Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T18:54:31.1001006Z git version 2.43.0.windows.1
2026-06-05T18:54:31.1038890Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b4be337a-7cbd-4736-b6bd-3652e4702cae\.gitconfig'
2026-06-05T18:54:31.1052912Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b4be337a-7cbd-4736-b6bd-3652e4702cae' before making global git config changes
2026-06-05T18:54:31.1053411Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:54:31.1058819Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-05T18:54:31.1304319Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:54:31.1523006Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T18:54:31.5202796Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:54:31.5411461Z http.https://github.com/.extraheader
2026-06-05T18:54:31.5440547Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-05T18:54:31.5680895Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T18:54:31.9431918Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:54:31.9656417Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T18:54:32.3711758Z Post job cleanup.
2026-06-05T18:54:32.6100770Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T18:54:32.6312230Z git version 2.43.0.windows.1
2026-06-05T18:54:32.6357438Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\11bb4438-21f9-436b-8d67-d5578f42416a\.gitconfig'
2026-06-05T18:54:32.6372758Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\11bb4438-21f9-436b-8d67-d5578f42416a' before making global git config changes
2026-06-05T18:54:32.6373525Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:54:32.6379984Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T18:54:32.6627394Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:54:32.6854255Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T18:54:33.1362390Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:54:33.1678876Z http.https://github.com/.extraheader
2026-06-05T18:54:33.1715623Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-05T18:54:33.2026628Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T18:54:33.6241550Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:54:33.6473987Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T18:54:34.0503731Z Cleaning up orphan processes
